operator - abstract method

IntX operator -(
  1. Object other
)

Subtraction operator.

Implementation

IntX operator -(Object other);