remainder abstract method

IntX remainder(
  1. Object other
)

Returns the remainder of the truncating division of this integer by other.

Implementation

IntX remainder(Object other);