Groups the elements of a vector according to the specified grouping.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public Vector<T> AggregateInto<U>(
Vector<U> values,
IGrouping grouping,
Vector<T> result
)
Public Function AggregateInto(Of U) (
values As Vector(Of U),
grouping As IGrouping,
result As Vector(Of T)
) As Vector(Of T)
public:
generic<typename U>
Vector<T>^ AggregateInto(
Vector<U>^ values,
IGrouping^ grouping,
Vector<T>^ result
)
member AggregateInto :
values : Vector<'U> *
grouping : IGrouping *
result : Vector<'T> -> Vector<'T>
Parameters
- values
- Type: Extreme.MathematicsVectorU
The vector to aggregate. - grouping
- Type: Extreme.DataAnalysisIGrouping
A grouping. - result
- Type: Extreme.MathematicsVectorT
The vector that is to hold the result. May be .
Type Parameters
- U
Return Value
Type:
VectorT
Numerical Libraries
Supported in: 6.0
Reference