4 references to BigInteger
System.Runtime.Numerics (4)
System\Numerics\BigInteger.cs (4)
2420public static implicit operator BigInteger(long value) => new BigInteger(value); 2493public static implicit operator BigInteger(nint value) => new BigInteger(value); 5319return new BigInteger((nint)value._sign >>> smallShift); 5360return new BigInteger(nint.MinValue >>> smallShift);