2 references to GetBit
System.Runtime.Numerics (2)
System\Numerics\BigIntegerCalculator.PowMod.cs (2)
601
if (
GetBit
(power, bitPos) == 0)
614
wValue = (wValue << 1) |
GetBit
(power, bitPos - i);