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