Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Compare two int values.
final byte Unsigned64.compare(int v1, int v2)
v1 the first value to be compared.
v2 the second value to be compared.
-1, when v2 is greater than v1; 0, when v1 equals v2; 1, when v2 is less than v1.