Endeca Presentation API
Function Property
NamespacesEndeca.Navigation.AnalyticsExprAggregateFunction
Gets and sets the aggregate function for this ExprAggregate.
Declaration Syntax
C#Visual BasicVisual C++
public virtual ExprAggregate.ExprAggregate..::ExprAggregateOp Function{ get; set;}
Public Overridable Property Function As ExprAggregate..::ExprAggregateOp
public:
virtual property ExprAggregate..::ExprAggregateOp^ Function {
	ExprAggregate..::ExprAggregateOp^ get ();
	void set (ExprAggregate..::ExprAggregateOp^ value);
}
Value
An aggregate function of type ExprAggregate..::ExprAggregateOp.
Remarks
The aggregate functions are: ExprAggregate.ARB, ExprAggregate.AVG, ExprAggregate.COUNT, ExprAggregate.COUNTDISTINCT, ExprFunction.EXTRACT, ExprAggregate.MAX, ExprAggregate.MEDIAN, ExprAggregate.MIN, ExprAggregate.STDDEV, ExprAggregate.ROUND, ExprFunction.SIGN, ExprFunction.SUM, and ExprAggregate.VARIANCE.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0