operator + abstract method
Returns the sum of this Number and a Number or num. This Number is unaffected.
Implementation
Number operator +(dynamic addend);
Returns the sum of this Number and a Number or num. This Number is unaffected.
Number operator +(dynamic addend);