Aggregates the elements of a vector and returns the result.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public U Aggregate(
Vector<T> values
)
Public Function Aggregate (
values As Vector(Of T)
) As U
public:
U Aggregate(
Vector<T>^ values
)
member Aggregate :
values : Vector<'T> -> 'U
Parameters
- values
- Type: Extreme.MathematicsVectorT
A vector of values.
Return Value
Type:
UThe result of the aggregation.
Reference