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

VerifyUInt32ExplicitCastFromBigInteger() private static méthode

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

Same methods

cast_fromTest::VerifyUInt32ExplicitCastFromBigInteger ( UInt32 value, BigInteger bigInteger ) : void