Click or drag to resize

LocalizationFormatNumber Method (Double)

Get a string version of a number.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public static string FormatNumber(
	double x
)

Parameters

x
Type: SystemDouble
The number to format into a string.

Return Value

Type: String
The formatted number.
See Also