This is an old revision of the document!
CEILING Function
- CEILING( <value> )
Computes the nearest larger integer to the value.
Function Parameters | |
---|---|
Parameter | Description |
<value> | The value to compute. |
Examples:
CEILING(5.8) Evaluates to 6
CEILING(-5.8) Evaluates to -5