big numeric â -1, 0, +1 or nil
Instance Public methods
ComparisonâReturns -1, 0, or +1 depending on whether big
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.