Example #1
0
        public void TestLte()
        {
            var n  = new UInt64((long)34);
            var n2 = new UInt32((long)400);

            Assert.IsTrue(n.Lte(n2));
        }
Example #2
0
        public void TestLte()
        {
            var n = new UInt64((long)34);
            var n2 = new UInt32((long)400);

            Assert.IsTrue(n.Lte(n2));
        }