Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
2 つの integer 値を比較します。
final byte Unsigned64.compare(int v1, int v2)
v1 比較する最初の値。
v2 比較する 2 番目の値。
v2 が v1 より大きい場合は -1、v1 と v2 が等しい場合は 0、v2 が v1 より小さい場合は 1。