self <=> other -> -1 | 0 | 1
[permalink][rdoc][edit]cmp(other) -> -1 | 0 | 1
-
自身と other を比較し、otherのほうが小さければ-1、大きければ+1、等しければ 0 を返します。
- [PARAM] other:
- 比較する数
self <=> other -> -1 | 0 | 1
[permalink][rdoc][edit]cmp(other) -> -1 | 0 | 1
自身と other を比較し、otherのほうが小さければ-1、大きければ+1、等しければ 0 を返します。