Aggregator Group<T>.Aggregate By<U> Method
Aggregates the elements of a vector according to the specified grouping.
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A vector containing the aggregated values.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Vector<T> AggregateBy<U>(
Vector<U> values,
IGrouping grouping
)
Parameters
Type Parameters
- U
Return Value
Vector<T>A vector containing the aggregated values.