Difference between revisions of "INT()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 32: | Line 32: | ||
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
+ | [[Category:Numeric Data]] | ||
+ | [[Category:Numeric Data Functions]] |
Revision as of 09:06, 2 June 2009
Class
Numeric Data
Purpose
Function to return integer
Syntax
INT(<expN>)
See Also
Description
The INT() function converts the numeric expression <expN> to an integer by discarding all digits to the right of the decimal point.
Example
? int(2.56) 2 ? int(-2.56) -2
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer