Round 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 ROUND |
| Visual Basic |
|---|
Public Shared ReadOnly ROUND As ExprBinary..::..ExprBinaryOp |
| Visual C++ |
|---|
public: static initonly ExprBinary..::..ExprBinaryOp^ ROUND |
Remarks
Rounds the number in the left-hand side
to the number of decimal places specified by the integer
in the right-hand side.