Ceiling
Description:
Returns the smallest integer greater than or equal to the supplied value.
Syntax:
Ceiling(value)
Type:
Integer
Arguments:
Argument |
Type |
Description |
value |
double |
The decimal number. |
Examples:
Expression |
Result |
Ceiling(151.23525,0) |
152 |
Ceiling(5.11) |
6 |