Division operator.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

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

Remarks

Divides the left-hand side of the expression by the value in the right-hand side.

See Also