remainder abstract method

IntX remainder(
  1. dynamic other
)

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

Implementation

IntX remainder(other);