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)
147
public BigInteger(float value) :
this
((double)value)
2110
return new
BigInteger
(value);