Real()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Mathematical functions >

Real()

Description

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.

 

Type

REGULAR FUNCTION

 

Usage

NewReal = Real(Quantity)

 

Quantity

INDEX, BITS, BOOL, STRING

The Quantity to be floated.

NewReal

REAL

The result.