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