Aggregates the elements of a vector and returns the result.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17150.0)
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.
Numerical Libraries
Supported in: 6.0
Reference