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