operator * abstract method
Returns the product of this Number and the multiplicand
(a Number or num).
This Number is unaffected.
Implementation
Number operator *(dynamic multiplicand);
Returns the product of this Number and the multiplicand
(a Number or num).
This Number is unaffected.
Number operator *(dynamic multiplicand);