The ceil function rounds up a numeric value to the next integer. The opposite function is Floor.
Numeric value. Decimal
Example 1
Example 2
Example 3
The ceil function rounds up a numeric value to the next integer.
Syntax
Returns
An integer value.
Usage
The numeric value in a Math function can be a constant value (as shown below), a variable, a field value or an expression.
Examples
ceil(5.000)
Returns:5
ceil(5.001)
Returns:6