operator * abstract method

Number operator *(
  1. Number other
)

Multiplication operator.

Implementation

Number operator *(Number other);