Average function.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

C#
public static readonly ExprAggregate..::..ExprAggregateOp AVG
Visual Basic
Public Shared ReadOnly AVG As ExprAggregate..::..ExprAggregateOp
Visual C++
public:
static initonly ExprAggregate..::..ExprAggregateOp^ AVG

Remarks

Computes the average (arithmetic mean) of all input values.

See Also