2 references to ScaleB
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.DecCalc.cs (1)
1803return Math.ScaleB((double)keep, exponent);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
857public static double ScaleB(double x, int n) => Math.ScaleB(x, n);