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