MoneyRoundToUnit Method |
Name | Description | |
---|---|---|
![]() | RoundToUnit(Decimal, CurrencyRoundingMethod) | |
![]() | RoundToUnit(Decimal, Decimal, CurrencyRoundingMethod) |
Rounds values to nearest currency unit, i.e 16,45 kr. rounded up if the smallest coin is 10 kr will give 20 kr.
or if the smallest coin is 24 aurar(0,25 kr.) then if rounded up it will give 16,50 kr.
|