Vector<T>.Aggregate<U>(Aggregator<T, 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>(
	Aggregator<T, U> aggregator
)

Parameters

aggregator  Aggregator<T, U>
An aggregator.

Type Parameters

U
The type of the result of the aggregation.

Return Value

U

See Also