System.Numerics.Tests.cast_fromTest.VerifyInt32ExplicitCastFromBigInteger C# (CSharp) Method

VerifyInt32ExplicitCastFromBigInteger() private static method

private static VerifyInt32ExplicitCastFromBigInteger ( Int32 value ) : void
value Int32
return void
        private static void VerifyInt32ExplicitCastFromBigInteger(Int32 value)
        {
            BigInteger bigInteger = new BigInteger(value);
            VerifyInt32ExplicitCastFromBigInteger(value, bigInteger);
        }
        private static void VerifyInt32ExplicitCastFromBigInteger(Int32 value, BigInteger bigInteger)

Same methods

cast_fromTest::VerifyInt32ExplicitCastFromBigInteger ( Int32 value, BigInteger bigInteger ) : void