3 references to BigInteger
System.Runtime.Numerics (3)
System\Numerics\BigInteger.cs (3)
3014public static explicit operator BigInteger(Half value) => new BigInteger((float)value); 3019public static explicit operator BigInteger(BFloat16 value) => new BigInteger((float)value); 3034public static explicit operator BigInteger(float value) => new BigInteger(value);