Vector<T>.Aggregate<U>(AggregatorGroup<U>) Method

Applies the specified aggregator to the vector.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public U Aggregate<U>(
	AggregatorGroup<U> aggregator
)

Parameters

aggregator  AggregatorGroup<U>
An aggregator group.

Type Parameters

U
The type of the result of the aggregation.

Return Value

U

See Also