Decimal Part

Kalipso - Form - Expressions - Functions - Functions Descriptions - Numeric Functions - Decimal Part

This Function returns a <numeric>, which is the decimal part of the specified Value.

Function available for the following operating systems:

Parameters

  • Value <numeric> - Value to get the decimal part from.

Examples

  • 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

Last updated