fix numeric â -1, 0, +1 or nil
Instance Public methods
ComparisonâReturns -1, 0, +1 or nil depending on whether fix
is less than, equal to, or greater than numeric
. This is the
basis for the tests in Comparable.
nil
is returned if the two values are incomparable.
Please login to continue.