Round (2.38,1) returns 2.4 Round (2.38,0) returns 2 Round (2.38,1) returns 2 Round (2.75,1) returns 2.8 Round (2.65,1) returns 2.6 Round (2.55,1) returns 2.6
If the expression that you are rounding ends with a 5, the Round function will round the expression so that the last digit is an even number.
|