4 references to BigInteger
System.Runtime.Numerics (4)
System\Numerics\BigInteger.cs (4)
3051public static implicit operator BigInteger(long value) => new BigInteger(value); 3124public static implicit operator BigInteger(nint value) => new BigInteger(value); 6030return new BigInteger((nint)value._sign >>> smallShift); 6071return new BigInteger(nint.MinValue >>> smallShift);