GH_Format.FormatSingle Method

GH_FormatFormatSingle Method

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

Parameters

data
Type: SystemSingle

Return Value

Type: String
See Also