math.ult (m, n)
Returns a boolean, true if and only if integer m
is below integer n
when they are compared as unsigned integers.
math.ult (m, n)
Returns a boolean, true if and only if integer m
is below integer n
when they are compared as unsigned integers.
Please login to continue.