Returns the smallest integer greater than a specified number.
Syntax
ceiling(x)
x can be any of the following data types:
Long, Money, or Double.
Examples
ceiling(1.4)
= 2ceiling(1.6)
= 2ceiling(-1.4)
= -1ceiling(-1.6)
= -1
Returns the smallest integer greater than a specified number.
ceiling(x)
x can be any of the following data types:
Long, Money, or Double.
ceiling(1.4)
= 2ceiling(1.6)
= 2ceiling(-1.4)
= -1ceiling(-1.6)
= -1