long class : R getter
Description
Gets an instance of the real type with the same value.
Syntax
longInstance.R
Arguments
None
Return value
| Class | Description |
| real | An instance of the real type with the same value. |
Sample code
//anyLong is a instance of long type.
real cast = anyLong.R;
Notes
None
Links for reference
None


