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