System.Numerics.Tests.cast_fromTest.VerifyByteExplicitCastFromBigInteger C# (CSharp) 메소드

VerifyByteExplicitCastFromBigInteger() 개인적인 정적인 메소드

private static VerifyByteExplicitCastFromBigInteger ( Byte value ) : void
value Byte
리턴 void
        private static void VerifyByteExplicitCastFromBigInteger(Byte value)
        {
            BigInteger bigInteger = new BigInteger(value);
            VerifyByteExplicitCastFromBigInteger(value, bigInteger);
        }

Same methods

cast_fromTest::VerifyByteExplicitCastFromBigInteger ( Byte value, BigInteger bigInteger ) : void