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