4 references to BigInteger
System.Runtime.Numerics (4)
System\Numerics\BigInteger.cs (4)
2337public static implicit operator BigInteger(long value) => new BigInteger(value); 2410public static implicit operator BigInteger(nint value) => new BigInteger(value); 5236return new BigInteger((nint)value._sign >>> smallShift); 5277return new BigInteger(nint.MinValue >>> smallShift);