Double? GetDouble(Double? defaultValue = null)
Get the current value as a Double.
Parameters
Name | Description |
defaultValue | The default value to use if the value is not a Double. |
Return
The value as a Double.
Get the current value as a Double.
Name | Description |
defaultValue | The default value to use if the value is not a Double. |
The value as a Double.