real class : S getter

Description

Gets a string representation of the real value.

Syntax

realInstance.S

Arguments

None

Return value

ClassDescription
stringA 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

Copyright © Rice All rights reserved.