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

VerifyByteExplicitCastFromBigInteger() private static méthode

private static VerifyByteExplicitCastFromBigInteger ( Byte value ) : void
value Byte
Résultat 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