fx_is_negative


fx_is_negative(fx)
      

Return true if the fixnum fx is less than zero, otherwise return false.

Also see:

fx_is_positive
is_negative


Core Module Index | Contents