RoundUp
Description
Rounds a number up 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 keep.
- Output field name:
- Enter an output field name.
Example
Value | Number of decimal digits | RoundDown() returns |
---|---|---|
3.4 | 0 | 4 |
3.43 | 1 | 3.5 |
4.47789 | 4 | 4.4779 |
Hero Platform_ Example
An example of this function can be found in Hero Platform_'s library of examples.
Download the example titled "function_RoundUp" to see an example of this function.