Truncation operator.
            
Namespace: Endeca.Navigation.AnalyticsAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public static readonly ExprBinary..::..ExprBinaryOp TRUNC | 
| Visual Basic | 
|---|
| Public Shared ReadOnly TRUNC As ExprBinary..::..ExprBinaryOp | 
| Visual C++ | 
|---|
| public: static initonly ExprBinary..::..ExprBinaryOp^ TRUNC | 
 Remarks
Remarks
            Truncates the number in the left-hand side
            to the number of decimal places specified by the integer in the right-hand side.
            





