Ceiling (Reserved Word)

image\trumpet2.gif Disclaimer

Returns the lowest integer greater than or equal to the specified Num.

Ceiling(Num)

Where Num is a a numeric expression to be used in the calculation.

Examples

Ceiling(4.5)

returns a value of 5.

Ceiling(-1.72)

returns a value of -1.

Ceiling(101)

returns a value of 101.