Difference between revisions of "FIXED()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to return a numeric value | Function to return a numeric value | ||
Line 12: | Line 8: | ||
==See Also== | ==See Also== | ||
− | [[BIN2I()]], [[BIN2L()]], [[BIN2W()]], [[FLOAT()]], [[I2BIN()]], [[L2BIN()]] | + | [[ABS()]], [[BIN2I()]], [[BIN2L()]], [[BIN2W()]], [[FLOAT()]], [[I2BIN()]], [[INT()]], [[L2BIN()]], [[ROUND()]] |
Line 27: | Line 23: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital Server, Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
+ | [[Category:Numeric Data]] | ||
+ | [[Category:Numeric Data Functions]] |
Latest revision as of 17:35, 27 November 2009
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
Products
Recital Server, Recital