Aggregates the elements of a data frame column according to the specified
grouping and returns the result in an existing vector.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Vector<T> AggregateInto(
IVector values,
IGrouping grouping,
Vector<T> result
)
Public Function AggregateInto (
values As IVector,
grouping As IGrouping,
result As Vector(Of T)
) As Vector(Of T)
public:
Vector<T>^ AggregateInto(
IVector^ values,
IGrouping^ grouping,
Vector<T>^ result
)
member AggregateInto :
values : IVector *
grouping : IGrouping *
result : Vector<'T> -> Vector<'T>
Parameters
- values
- Type: Extreme.MathematicsIVector
A vector holding the values. - grouping
- Type: Extreme.DataAnalysisIGrouping
The object that specifies the grouping. - result
- Type: Extreme.MathematicsVectorT
The vector that is to hold the result.
Return Value
Type:
VectorTThe result of aggregating the elements of
values
according to the groups defined by
grouping.
Numerical Libraries
Supported in: 6.0
Reference