AggregatorGroup<T>.Aggregate<U> Method

Aggregates the elements of a vector and returns the result.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public T Aggregate<U>(
	Vector<U> values
)

Parameters

values  Vector<U>
A vector of values.

Type Parameters

U
The element type of the vector.

Return Value

T
true if the aggregation produced a result; otherwise false.

See Also