5 references to Scale
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (2)
381sbyte exponent = (sbyte)(95 - Scale); 685int scale = d.Scale - decimals;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.DecCalc.cs (2)
1710float flt = DecimalToFloatingPoint<float>(value.Low64, value.High, value.Scale); 1719double dbl = DecimalToFloatingPoint<double>(value.Low64, value.High, value.Scale);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (1)
629number.Scale = i - d.Scale;