IArithmetic.mul
Description
Multiplies two values of the conforming type.
Signature
This IArithmetic.mul(This other);
Parameters
other : This
The value to multiply with this.
Return value
The product of this and other.
Multiplies two values of the conforming type.
This IArithmetic.mul(This other);
The value to multiply with this.
The product of this and other.