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


