1 reference to IsPositive
System.Runtime.Numerics (1)
System\Numerics\BigInteger.cs (1)
3973
return compareResult > 0 || (compareResult == 0 &&
IsPositive
(x)) ? x : y;