コード例 #1
0
ファイル: BitHelperTest.cs プロジェクト: shayan1998/Shutranj
        public void GetLS1BIndexTest()
        {
            int ls1bIndex = BitHelper.GetLeastSignificant1BitIndex2(140737488355328);

            Assert.AreEqual(47, ls1bIndex);
        }