10 references to Round
mscorlib (10)
system\convert.cs (7)
682
return Decimal.ToSByte(Decimal.
Round
(value, 0));
785
return Decimal.ToByte(Decimal.
Round
(value, 0));
884
return Decimal.ToInt16(Decimal.
Round
(value, 0));
996
return Decimal.ToUInt16(Decimal.
Round
(value, 0));
1224
return Decimal.ToUInt32(Decimal.
Round
(value, 0));
1317
return Decimal.ToInt64(Decimal.
Round
(value, 0));
1423
return Decimal.ToUInt64(Decimal.
Round
(value, 0));
system\decimal.cs (1)
772
return
Round
(d, 0);
system\math.cs (2)
156
return Decimal.
Round
(d,0);
160
return Decimal.
Round
(d,decimals);