System.Numerics.Tests.cast_fromTest.VerifyUInt64ExplicitCastFromBigInteger C# (CSharp) Method

VerifyUInt64ExplicitCastFromBigInteger() private static method

private static VerifyUInt64ExplicitCastFromBigInteger ( UInt64 value ) : void
value UInt64
return void
        private static void VerifyUInt64ExplicitCastFromBigInteger(UInt64 value)
        {
            BigInteger bigInteger = new BigInteger(value);
            VerifyUInt64ExplicitCastFromBigInteger(value, bigInteger);
        }
        private static void VerifyUInt64ExplicitCastFromBigInteger(UInt64 value, BigInteger bigInteger)

Same methods

cast_fromTest::VerifyUInt64ExplicitCastFromBigInteger ( UInt64 value, BigInteger bigInteger ) : void