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