multiply

Returns result of first operand value multiply second operand value. The operands must be either of integer or decimal type.

See also plus, minus, div.

Syntax

multiply(value)
Parameter Description
value A primitive value or a value object.

Examples

$('AVar').multiply($('OtherVar'))
$('HEIGHT').multiply(100)