Difference between revisions of "FLOAT()"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to return a numeric value
 
Function to return a numeric value
 
  
 
==Syntax==
 
==Syntax==
 
FLOAT(<expN>)
 
FLOAT(<expN>)
 
  
 
==See Also==
 
==See Also==
 
[[BIN2I()]], [[BIN2L()]], [[BIN2W()]], [[I2BIN()]], [[L2BIN()]]
 
[[BIN2I()]], [[BIN2L()]], [[BIN2W()]], [[I2BIN()]], [[L2BIN()]]
 
  
 
==Description==
 
==Description==
 
The FLOAT() function returns the <expN> as a numeric value.  This function has been added for compatibility purposes.
 
The FLOAT() function returns the <expN> as a numeric value.  This function has been added for compatibility purposes.
 
  
 
==Example==
 
==Example==
Line 21: Line 17:
 
</code>
 
</code>
  
 
==Products==
 
Recital Server, Recital
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
[[Category:Numeric Data]]
 
[[Category:Numeric Data]]
 
[[Category:Numeric Data Functions]]
 
[[Category:Numeric Data Functions]]

Revision as of 11:50, 7 December 2012

Purpose

Function to return a numeric value

Syntax

FLOAT(<expN>)

See Also

BIN2I(), BIN2L(), BIN2W(), I2BIN(), L2BIN()

Description

The FLOAT() function returns the <expN> as a numeric value. This function has been added for compatibility purposes.

Example

? float(2.5)
       2.5