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