C
C
Hi,
I have some logic that rounds decimal numbers
E.g
Math.Round(26579.80)
This gives
26580
However I want to get the nearest thousand which should
give
27000
How can I do this?
Thanks,
C
I have some logic that rounds decimal numbers
E.g
Math.Round(26579.80)
This gives
26580
However I want to get the nearest thousand which should
give
27000
How can I do this?
Thanks,
C