Rounding
Rounding involves converting a numeric value with a specified precision to a value with less precision. For example, you can use this function to round a value of 3.579 to 3.58.
Rounding strategy
Midpoint values are rounded to the nearest even number. For example, both 3.75 and 3.85 round to 3.8, and both -3.75 and -3.85 round to -3.8. This strategy of rounding to the nearest number, and when a number is halfway between two others, rounding toward the nearest even is called Even Midpoint Rounding and is employed by this Function.
Details for an example and its configuration can be found in the How to Use section.
Pre-requisites
None at this time
Current Version
Download the Rounding Function v1.03
Please contact XMPro if you're looking for an older version of this Agent.
Release Notes
1.03
22 Jan 2025
Repackaged to translate the Agent's properties.
1.02
06 Sep 2022
Repackaged to include the Agents Category.
1.01
24 Sep 2020
Icon updated and help text added.
1.00
21 Sep 2020
Initial Release.
Last updated
Was this helpful?