Exponentiation 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 POWER |
| Visual Basic |
|---|
Public Shared ReadOnly POWER As ExprBinary..::..ExprBinaryOp |
| Visual C++ |
|---|
public: static initonly ExprBinary..::..ExprBinaryOp^ POWER |
Remarks
Returns the value of the left-hand
side raised to the power of the value in the right-hand side.