operator - abstract method

Number operator -(
  1. dynamic subtrahend
)

Returns the difference of this Number and the subtrahend (a Number or num). This Number is unaffected.

Implementation

Number operator -(dynamic subtrahend);