The AvgAgg type exposes the following members.

Methods

  Name Description
Public method Finish
Returns the aggregated value.
(Overrides DataAggregateFunction..::..Finish()()()().)
Public method GetEmptyValue
This method is called when the list of aggregates values is empty.
(Inherited from DataAggregateFunction.)
Public method Iterate
Aggregates a value.
(Overrides DataAggregateFunction..::..Iterate(Object).)
Public method Reset
Resets the current aggregate.
(Overrides DataAggregateFunction..::..Reset()()()().)

See Also