示例#1
0
        public void RotateRightTest()
        {
            UInt64 actual   = 3421843292831082394UL;
            UInt64 expected = 11743080251870412409UL;

            Assert.AreEqual(expected, actual.RotateRight(4));
        }