ifDouble
Interface for getting and setting double values on a Double object
Interface equivalent for intrinsic type Double
Implemented by
| Name | Description |
|---|---|
| roDouble | roDouble is a legacy object name, corresponding to the intrinsic Double object |
Supported methods
GetDouble() As Double
Description
Gets the double value stored in the calling Double object.
Return Value
The double value stored in the calling Double object.
SetDouble(value As Double) As Void
Description
Sets the calling Double object to the specified double value.
Parameters
| Name | Type | Description |
|---|---|---|
| value | Double | The double value to be set on the calling Double object. |
Updated 13 days ago
