7 references to Compare
System.Runtime.Numerics (7)
System\Number.BigInteger.cs (1)
1018
while (bits.Length < powOfTen.Length + omittedLength || BigIntegerCalculator.
Compare
(bits.Slice(omittedLength), powOfTen) < 0)
System\Numerics\BigInteger.cs (4)
925
if (BigIntegerCalculator.
Compare
(left._bits, right._bits) < 0)
937
Debug.Assert(BigIntegerCalculator.
Compare
(leftBits, rightBits) >= 0);
1220
int bitsResult = BigIntegerCalculator.
Compare
(_bits, other._bits);
1808
else if (BigIntegerCalculator.
Compare
(leftBits, rightBits) < 0)
System\Numerics\BigIntegerCalculator.FastReducer.cs (1)
117
while (
Compare
(left, modulus) >= 0)
System\Numerics\BigIntegerCalculator.Utils.cs (1)
51
return
Compare
(left, right);