1 reference to BigInteger
System.Runtime.Numerics (1)
System\Numerics\BigInteger.cs (1)
2293public static explicit operator BigInteger(decimal value) => new BigInteger(value);