Beta
This implements the rounding procedure described in step 2 of the "Serializing a Decimal" specification. This rounding style is known as "even rounding", "banker's rounding", or "commercial rounding".
The value to round
The number of decimal places to round to
The rounded value
This implements the rounding procedure described in step 2 of the "Serializing a Decimal" specification. This rounding style is known as "even rounding", "banker's rounding", or "commercial rounding".