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