Vector<T>.Aggregate(TypePreservingAggregatorGroup) 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 T Aggregate(
	TypePreservingAggregatorGroup aggregator
)

Parameters

aggregator  TypePreservingAggregatorGroup
An aggregator group.

Return Value

T

See Also