3 references to Round
mscorlib (3)
system\decimal.cs (1)
783return Round(d, 0, mode);
system\math.cs (2)
164return Decimal.Round(d, 0, mode); 168return Decimal.Round(d, decimals, mode);