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.16312.0)
public T Aggregate<U>(
Vector<U> values
)
Public Function Aggregate(Of U) (
values As Vector(Of U)
) As T
public:
generic<typename U>
T Aggregate(
Vector<U>^ values
)
member Aggregate :
values : Vector<'U> -> 'T
Parameters
- values
- Type: Extreme.MathematicsVectorU
A vector of values.
Type Parameters
- U
- The element type of the vector.
Return Value
Type:
T if the aggregation produced a result;
otherwise
.
Numerical Libraries
Supported in: 6.0
Reference