예제 #1
0
        public void GetLS1BIndexTest()
        {
            int ls1bIndex = BitHelper.GetLeastSignificant1BitIndex2(140737488355328);

            Assert.AreEqual(47, ls1bIndex);
        }