2 references to Round
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Math.cs (2)
1309
return decimal.
Round
(d, 0, mode);
1315
return decimal.
Round
(d, decimals, mode);