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

VerifyInt64ExplicitCastFromBigInteger() private static méthode

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

Same methods

cast_fromTest::VerifyInt64ExplicitCastFromBigInteger ( Int64 value, BigInteger bigInteger ) : void