real class : TypeName getter
Description
Gets the type name.
Syntax
realInstance.TypeName
Arguments
None
Return value
Class | Description |
string | The type name. |
Sample code
//anyReal is a instance of real type.
string typeName = anyReal.TypeName;
Notes
This getter returns "real".
Links for reference
None