Product Features
...
Analytics
Statistical Functions
Rounding
3min
The Rounding processor allows you to make a number simpler while keeping its value close to the absolute value.
- Enter the number of digits you would like to round to e.g. entering 2, will give results like 10.22. 10.44 (but not 10.556).
- Entering 0 will ignore all floating point values, and just give the integer value.
- RoundNearest returns the nearest decimal e.g. 10.6 gives 11, 10.1 gives 10.
- RoundUp returns the next smallest decimal e.g. 10.6 gives 11, 10.1 also gives 11.
- RoundDown returns the previous largest decimal e.g. 10.6 gives 10, 10.1 also gives 10.
- RoundEven returns the nearest integer, rounding ties to even (number of digits entered are irrelevant for this case).
Parameters | Details |
---|---|
Digits | This parameter determines the number of decimal places to round to. |
Method | This parameter allows you to select the rounding method. |
Rounding parameters
Note: When creating an analytics flow with Rounding processor, refer the Use the Rounding Function guide for more details.