Modulo (remainder) operator.
Namespace: Endeca.Navigation.AnalyticsAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
| C# |
|---|
public static readonly ExprBinary..::..ExprBinaryOp MOD |
| Visual Basic |
|---|
Public Shared ReadOnly MOD As ExprBinary..::..ExprBinaryOp |
| Visual C++ |
|---|
public: static initonly ExprBinary..::..ExprBinaryOp^ MOD |
Remarks
Returns the remainder of the division of the left-hand
side by the value in the right-hand side.