Пример #1
0
        public void ClearBitTest()
        {
            BigInt a = new BigInt(127);
            BigInt e = new BigInt(63);

            Assert.AreEqual(e, a.ClearBit(6));
        }