real class : S getter
Description
Gets a string representation of the real value.
Syntax
realInstance.S
Arguments
None
Return value
Class | Description |
string | A string representation of the real value. |
Sample code
//anyReal is an instance of real type.
string stringRepresentation = anyReal.S;
Notes
None
Links for reference
None