AggregatorGroup<T>.AggregateBy<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#
public Vector<T> AggregateBy<U>(
	Vector<U> values,
	IGrouping grouping
)

Parameters

values  Vector<U>
The vector to aggregate.
grouping  IGrouping
A grouping.

Type Parameters

U

Return Value

Vector<T>
A vector containing the aggregated values.

See Also