Round

Kalipso - Form - Expressions - Functions - Functions Descriptions - Numeric Functions - Round

This Function returns a <numeric>, which is the the result of rounding the specified Source Value to the specified Decimal Places.

Function available for the following operating systems:

Parameters

  • Source Value <numeric> - Value to round-

  • Decimal Places <numeric> - Number of decimal places to round the Source Value to.

Examples

  • Example 1

Round(1.57, 1) Result = 1.6

  • Example 2

Round(-1.57, 1) Result = -1.6

  • Example 3

Round(1.54, 1) Result = 1.5

  • Example 4

Round(2, 1) Result = 2

  • Example 5

Round(2.0, 1) Result = 2

Last updated