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()
Output: 16
Recommendation
- Learn how to add and configure a Data Mapping task