Addition operator.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public static readonly ExprBinary..::..ExprBinaryOp PLUS
Visual Basic
Public Shared ReadOnly PLUS As ExprBinary..::..ExprBinaryOp
Visual C++
public:
static initonly ExprBinary..::..ExprBinaryOp^ PLUS

Remarks

Adds the right-hand and left-hand sides of the expression.

See Also