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