See the supported connectors for Application Integration.

ROUND function

ROUND function

Function Name Description Usage Input parameter Return value
ROUND Rounds a number to the nearest integer. ROUND() N/A An integer.

Supported data type

The ROUND function supports the following data type:

  • Double

Example: Round a number to the nearest integer

Sample data: $var1$ = 15.6

Usage: $var1$.ROUND()

Round var1 to the nearest integer.

Output: 16

Recommendation