Difference between revisions of "FLOOR()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 34: | Line 34: | ||
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
+ | [[Category:Numeric Data]] | ||
+ | [[Category:Numeric Data Functions]] |
Revision as of 09:03, 2 June 2009
Class
Numeric Data
Purpose
Function to return the largest integer that is less than or equal to a given number
Syntax
FLOOR(<expN>)
See Also
Description
The FLOOR() function is used to return the largest integer that is less than or equal to <expN>.
Example
? floor(354.89) 354 ? floor(354.19) 354 ? floor(-354.89) -355
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer