The Aggregate2<(Of <(<'I1, I2, O>)>)> type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds objects of type I1, I2
Public methodFinalize
Perform whatever finalization computations are necessary (i.e. AVG computes sum/count) and returns the output object
Public methodInitialize
Initialize the local variables. This will be called on the first element of a given group
Public methodIsRecursive
Defines whether an Aggregator is idempotent
(Overrides AggregateIsRecursive()()()().)

See Also