Function Ceiling

Ceiling(v)
The function returns the smallest integral value that's greater than or equal to the specified decimal number. Example:
iNumber1 = Ceiling(10.12) ' it is 11
iNumber2 = Ceiling(-10.12) ' it is -10

See also: