ifFloat
Interface equivalent for intrinsic type Float
Implemented by
| Name | Description |
|---|---|
| roFloat | Object equivalent for intrinsic type 'Float' |
Supported methods
GetFloat() As Float
Description
Gets the float value stored in the calling Float object.
Return Value
The float value stored in the calling Float object.
SetFloat(value As Float) As Void
Description
Sets the calling Float object to the specified float value.
Parameters
| Name | Type | Description |
|---|---|---|
| value | Float | The float value to be set on the calling Float object. |
Updated 3 months ago
