0
kicks
MS Excel like Round function in c#
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()