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

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

private static VerifyUInt16ExplicitCastFromBigInteger ( UInt16 value ) : void
value UInt16
Результат 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