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