Aggregator Group<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#
true if the aggregation produced a result; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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
Ttrue if the aggregation produced a result; otherwise false.