Aggregates the specified values according to the specified grouping.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public IVector AggregateInto<U>(
IVector values,
IGrouping grouping,
IVector result
)
Public Function AggregateInto(Of U) (
values As IVector,
grouping As IGrouping,
result As IVector
) As IVector
public:
generic<typename U>
IVector^ AggregateInto(
IVector^ values,
IGrouping^ grouping,
IVector^ result
)
member AggregateInto :
values : IVector *
grouping : IGrouping *
result : IVector -> IVector
Parameters
- values
- Type: Extreme.MathematicsIVector
A vector of values. - grouping
- Type: Extreme.DataAnalysisIGrouping
An object that specifies the grouping of elements
of values. - result
- Type: Extreme.MathematicsIVector
The result of the aggregation.
Type Parameters
- U
- The element type of values.
Return Value
Type:
IVectorA reference to
result.
Numerical Libraries
Supported in: 6.0
Reference