Round
Description
Returns a rounded number to the specified number of decimal digits. A new column is created for the results.
Use
- Argument:
- Select an argument. (Number)
- Argument:
- Enter the number of decimal digits to round.
- Output field name:
- Enter an output field name.
Example
Argument value | Number of decimal digits | Round() returns |
---|---|---|
5.44444444444 | 3 | 5.444 |
5.55555555555 | 7 | 5.5555556 |
234 | 8 | 234.0 |
Hero Platform_ Example
An example of this function can be found in Hero Platform_'s library of examples.
Download the example titled "function_Round" to see an example of this function.