Round down to the next step value towards negative infinity. If the current value is already on a step value, it will not be rounded.
Round to the nearest step value. If the current value is exactly between step values, it will round to the step value away from zero.
Round up to the next step value towards positive infinity. If the current value is already on a step value, it will not be rounded.
Generated using TypeDoc
This enum defines the rounding mode to use when rounding Money.