2 references to DivideByPowerOfTwo
System.Runtime.Numerics (2)
System\Numerics\BigInteger.cs (2)
956
BigInteger quotient =
DivideByPowerOfTwo
(dividend, divisor, powerOfTwoExponent);
3687
return
DivideByPowerOfTwo
(dividend, divisor, powerOfTwoExponent);