Logarithm 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 LOG
Visual Basic
Public Shared ReadOnly LOG As ExprBinary..::..ExprBinaryOp
Visual C++
public:
static initonly ExprBinary..::..ExprBinaryOp^ LOG

Remarks

Returns the logarithm of the right-hand side, where the value in the left-hand side is the base.

See Also