System.Numerics.Tests.cast_fromTest.VerifyDecimalExplicitCastFromBigInteger C# (CSharp) Метод

VerifyDecimalExplicitCastFromBigInteger() приватный статический Метод

private static VerifyDecimalExplicitCastFromBigInteger ( Decimal value ) : void
value Decimal
Результат void
        private static void VerifyDecimalExplicitCastFromBigInteger(Decimal value)
        {
            BigInteger bigInteger = new BigInteger(value);
            VerifyDecimalExplicitCastFromBigInteger(value, bigInteger);
        }
        private static void VerifyDecimalExplicitCastFromBigInteger(Decimal value, BigInteger bigInteger)

Same methods

cast_fromTest::VerifyDecimalExplicitCastFromBigInteger ( Decimal value, BigInteger bigInteger ) : void