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

VerifyInt16ExplicitCastFromBigInteger() private static méthode

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

Same methods

cast_fromTest::VerifyInt16ExplicitCastFromBigInteger ( Int16 value, BigInteger bigInteger ) : void