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

VerifyUInt16ExplicitCastFromBigInteger() private static méthode

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

Same methods

cast_fromTest::VerifyUInt16ExplicitCastFromBigInteger ( UInt16 value, BigInteger bigInteger ) : void