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
)
Public Shared Function FormatNumber (
x As Double
) As String
Parameters
- x
- Type: SystemDouble
The number to format into a string.
Return Value
Type:
StringThe formatted number.
See Also