System.Numerics.Tests.cast_fromTest.VerifyDoubleExplicitCastFromBigInteger C# (CSharp) Méthode

VerifyDoubleExplicitCastFromBigInteger() private static méthode

private static VerifyDoubleExplicitCastFromBigInteger ( Double value ) : void
value Double
Résultat void
        private static void VerifyDoubleExplicitCastFromBigInteger(Double value)
        {
            BigInteger bigInteger = new BigInteger(value);
            VerifyDoubleExplicitCastFromBigInteger(value, bigInteger);
        }
        private static void VerifyDoubleExplicitCastFromBigInteger(Double value, BigInteger bigInteger)

Same methods

cast_fromTest::VerifyDoubleExplicitCastFromBigInteger ( Double value, BigInteger bigInteger ) : void