MoneyRound Method
There are four overloads.
Round | There are four overloads.
Rounds the instance internal value to the smallest fractional unit
of the instance's currency.
|
Round(Int32) |
Rounds the instance internal value to the smallest fractional unit
of the instance's currency to a specified number of decimal places.
|
Round(IRoundingStrategy) |
Rounds the instance internal value to the smallest fractional unit
of the instance's currency using a specific rounding strategy.
|
Round(IRoundingStrategy, Int32) |
Rounds the instance internal value to the smallest fractional unit
of the instance's currency, to a specified number of decimal
places, using a specific rounding strategy.
|