Difference between revisions of "FIXED()"

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==
 
FIXED(<expN>)
 
FIXED(<expN>)
 
  
 
==See Also==
 
==See Also==
 
[[ABS()]], [[BIN2I()]], [[BIN2L()]], [[BIN2W()]], [[FLOAT()]], [[I2BIN()]], [[INT()]], [[L2BIN()]], [[ROUND()]]
 
[[ABS()]], [[BIN2I()]], [[BIN2L()]], [[BIN2W()]], [[FLOAT()]], [[I2BIN()]], [[INT()]], [[L2BIN()]], [[ROUND()]]
 
  
 
==Description==
 
==Description==
 
The FIXED() function returns the <expN> as a numeric value.  This function has been added for compatibility purposes.
 
The FIXED() function returns the <expN> as a numeric value.  This function has been added for compatibility purposes.
 
  
 
==Example==
 
==Example==
Line 20: Line 16:
 
       2.5
 
       2.5
 
</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:49, 7 December 2012

Purpose

Function to return a numeric value

Syntax

FIXED(<expN>)

See Also

ABS(), BIN2I(), BIN2L(), BIN2W(), FLOAT(), I2BIN(), INT(), L2BIN(), ROUND()

Description

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

Example

? fixed(2.5)
       2.5