Syntax
Ceiling <number>Description
Return the ceiling of the specified number.Parameters
<number>
- A integer or floating point number.
Remarks
The ceiling is the smallest integer value greater than or equal to a specified number. See also Floor.Example
c = Ceiling 2.45The example sets the variable c equal to 3.