<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Mathematical functions > Real() |
Convert INDEX, BITS, BOOL, or STRING to a REAL.
Anything other than these legal arguments is converted to 0.000.
Real() acting on string that does not contain a number returns an indeterminate value.
REGULAR FUNCTION
NewReal = Real(Quantity)
Quantity |
INDEX, BITS, BOOL, STRING |
The Quantity to be floated. |
NewReal |
REAL |
The result. |