3 references to BigInteger
Microsoft.Gen.Logging.Generated.Tests (1)
LogPropertiesTests.cs (1)
100P10 = new BigInteger(3.1415),
System.Runtime.Numerics (2)
System\Numerics\BigInteger.cs (2)
147public BigInteger(float value) : this((double)value) 2110return new BigInteger(value);