Difference between revisions of "CEILING()"
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 smallest integer that is greater than or equal to a given value
Syntax
CEILING(<expN>)
See Also
BETWEEN(), FLOOR(), ISDIGIT(), MAX(), MIN(), SIGN()
Description
The CEILING() function is used to return the smallest integer that is greater than or equal to a given value in the numeric expression <expN>.
Example
? ceiling(354.89) 355 ? ceiling(354.19) 355 ? ceiling(-354.89) -354
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer