Applies the specified aggregator to the vector.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public U Aggregate<U>(
AggregatorGroup<U> aggregator
)
Public Function Aggregate(Of U) (
aggregator As AggregatorGroup(Of U)
) As U
public:
generic<typename U>
U Aggregate(
AggregatorGroup<U>^ aggregator
)
member Aggregate :
aggregator : AggregatorGroup<'U> -> 'U
Parameters
- aggregator
- Type: Extreme.DataAnalysisAggregatorGroupU
An aggregator group.
Type Parameters
- U
- The type of the result of the aggregation.
Return Value
Type:
U
Reference