--- layout: stdlib-reference --- # IArithmetic\.mul ## Description Multiplies two values of the conforming type. ## Signature
IArithmetic.This IArithmetic.mul(IArithmetic.This other);## Parameters #### other : [IArithmetic](index.html)\.This The value to multiply with this. ## Return value The product of this and other.