plus

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

See also minus, multiply, div.

Syntax

plus(value)

Parameter

Description

value

A primitive value or a value object.

Examples

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