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 virtual Vector<U> AggregateInto(
Vector<T> values,
IGrouping grouping,
Vector<U> result
)
Public Overridable Function AggregateInto (
values As Vector(Of T),
grouping As IGrouping,
result As Vector(Of U)
) As Vector(Of U)
public:
virtual Vector<U>^ AggregateInto(
Vector<T>^ values,
IGrouping^ grouping,
Vector<U>^ result
)
abstract AggregateInto :
values : Vector<'T> *
grouping : IGrouping *
result : Vector<'U> -> Vector<'U>
override AggregateInto :
values : Vector<'T> *
grouping : IGrouping *
result : Vector<'U> -> Vector<'U>
Parameters
- values
- Type: Extreme.MathematicsVectorT
The vector to aggregate. - grouping
- Type: Extreme.DataAnalysisIGrouping
A grouping. - result
- Type: Extreme.MathematicsVectorU
The vector that is to hold the result. May be .
Return Value
Type:
VectorU
Numerical Libraries
Supported in: 6.0
Reference