operator - abstract method

Number operator -(
  1. Number other
)

Subtraction operator.

Implementation

Number operator -(Number other);