610 Views
1. Excel Round function behaves differently when we compare with C# Math.Round() method. 2. Also Excel Round allows Round to -1, -2... example Round(121,-1) = 120. This is not allowed in Math.Round()
0 comments
Join in on a hand-picked round up of the best .NET articles every day.
Curated by our Moderators and Voted up by our Community. Free.
1. Excel Round function behaves differently when we compare with C# Math.Round() method. 2. Also Excel Round allows Round to -1, -2... example Round(121,-1) = 120. This is not allowed in Math.Round()