GH_Format.FormatDouble Method (GH_Number)

GH_FormatFormatDouble Method (GH_Number)

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static string FormatDouble(
	GH_Number data
)
Public Shared Function FormatDouble ( 
	data As GH_Number
) As String

Parameters

data
Type: Grasshopper.Kernel.TypesGH_Number

Return Value

Type: String
See Also