Round calculation
The detailed planning Round calculation rounds down numeric data to a specified number of decimal places.
Parameters
- Source value: Select value to enter a numeric value; selecting any other option presents a list of the currently defined objects of that type. The options are Value, Attribute, Calculation, Global Vector.
- Round to: Defines how the numeric value is rounded down.
- The options include the following:
- 9 decimals to 1 decimal
- whole number
- tens, hundreds, or thousands
- tens of thousands
- hundreds of thousands
- millions
- tens of millions
- hundreds of millions
- billions
Example
The number 54,321.123456, rounded using various options:
Number of decimals |
Source value |
Result |
---|---|---|
5 |
5 decimal places |
54321.12346 |
2 |
2 decimal places |
54321.12 |
1 |
1 decimal place |
54321.1 |
0 |
Whole number |
54321 |
-1 |
Tens |
54320 |
-2 |
Hundreds |
54300 |