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

VerifySByteExplicitCastFromBigInteger() private static méthode

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

Same methods

cast_fromTest::VerifySByteExplicitCastFromBigInteger ( SByte value, BigInteger bigInteger ) : void