Method RoundToCurrencyDigits
RoundToCurrencyDigits()
Rounds each value's amount to its currency's DecimalDigits using ToEven midpoint rounding
(i.e. "banker's rounding") and returns the resulting bag.
Declaration
IImmutableMoneyBag RoundToCurrencyDigits()
Returns
RoundToCurrencyDigits(MidpointRounding)
Rounds each value's amount to its currency's DecimalDigits using the specified midpoint rounding mode and returns the resulting
bag.
Declaration
IImmutableMoneyBag RoundToCurrencyDigits(MidpointRounding mode)
Parameters
Returns