Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
比较两个长整型值。
final byte Unsigned64.compare(long v1, long v2)
v1 要比较的第一个值。
v2 要比较的第二个值。
当 v2 大于 v1 时,返回 -1;当 v1 等于 v2 时,返回 0;当 v2 小于 v1 时,返回 1。