operator * abstract method

IntX operator *(
  1. dynamic other
)

Multiplication operator.

Implementation

IntX operator *(other);