3 references to BigInteger
Microsoft.Gen.Logging.Generated.Tests (1)
LogPropertiesTests.cs (1)
100
P10 = new
BigInteger
(3.1415),
System.Runtime.Numerics (2)
System\Numerics\BigInteger.cs (2)
158
public BigInteger(float value) :
this
((double)value)
2295
public static explicit operator BigInteger(double value) => new
BigInteger
(value);