operator + abstract method

IntX operator +(
  1. dynamic other
)

Addition operator.

Implementation

IntX operator +(other);