Ceiling
Kalipso - Form - Expressions - Functions - Functions Descriptions - Numeric Functions - Ceiling
Last updated
Kalipso - Form - Expressions - Functions - Functions Descriptions - Numeric Functions - Ceiling
Last updated
This Function returns a <numeric>, which is the smallest following integer of the specified Value.
Function available for the following operating systems:
Value <numeric> - Value to get the smallest following integer from.
Example 1
Ceiling(2.4) Result = 3
Example 2
Ceiling(2.6) Result = 3
Example 3
Ceiling(-2.4) Result = -2
Example 4
Ceiling(-2.6) Result = -2
Example 5
Ceiling(2) Result = 2
Example 6
Ceiling(-2) Result = -2