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>(
Aggregator<T, U> aggregator
)
Public Function Aggregate(Of U) (
aggregator As Aggregator(Of T, U)
) As U
public:
generic<typename U>
U Aggregate(
Aggregator<T, U>^ aggregator
)
member Aggregate :
aggregator : Aggregator<'T, 'U> -> 'U
Parameters
- aggregator
- Type: Extreme.DataAnalysisAggregatorT, U
An aggregator.
Type Parameters
- U
- The type of the result of the aggregation.
Return Value
Type:
U
Reference