4 references to UInt32PowersOfTen
System.Runtime.Numerics (4)
System\Number.BigInteger.cs (4)
520uint multiplier = UInt32PowersOfTen[remainingTrailingZeroCount]; 1298if (trailingZeroCount < UInt32PowersOfTen.Length) 1300BigIntegerCalculator.Multiply(left, UInt32PowersOfTen[trailingZeroCount], bits.Slice(0, left.Length + 1)); 1373uint multiplier = UInt32PowersOfTen[remainingTrailingZeroCount];