RhinoCommon API
PersistentSettingsConverterToString Method (Double) |
Converts a double value to a string.
Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.10
public static string ToString( double value )
Public Shared Function ToString ( value As Double ) As String
Parameters
- value
- Type: SystemDouble
double value
Return Value
Type: StringReturns the double value as a settings file formatted string.