PaquettePaul
Member
- Local time
- Yesterday, 22:32
- Joined
- Mar 28, 2022
- Messages
- 107
My understanding is that Microsoft products use bankers rounding on decimal places; i.e., the decimal is only rounding upwards if the decimal being rounded is 6 or higher. I looked at rounding in Microsoft documents and found Math.Round(value, MidpointRounding.AwayFromZero, decimal places).
Has anyone used this before successfully or does anyone have a better solution to round upwards for decimal examples 0.50 to 0.59 so that they read 0.
Has anyone used this before successfully or does anyone have a better solution to round upwards for decimal examples 0.50 to 0.59 so that they read 0.