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