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