Aggregates the specified range of 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.17114.0)
public IVector AggregateInto<U>(
IVector values1,
IVector values2,
IGrouping grouping,
IVector result
)
Public Function AggregateInto(Of U) (
values1 As IVector,
values2 As IVector,
grouping As IGrouping,
result As IVector
) As IVector
public:
generic<typename U>
IVector^ AggregateInto(
IVector^ values1,
IVector^ values2,
IGrouping^ grouping,
IVector^ result
)
member AggregateInto :
values1 : IVector *
values2 : IVector *
grouping : IGrouping *
result : IVector -> IVector
Parameters
- values1
- Type: Extreme.MathematicsIVector
A vector of values. - values2
- Type: Extreme.MathematicsIVector
A vector of values. - grouping
- Type: Extreme.DataAnalysisIGrouping
An object that specifies how the elements
of values1 and values2 should be grouped. - result
- Type: Extreme.MathematicsIVector
The vector that is to hold the result. May be .
Type Parameters
- U
- The element type of values1 and values2.
Return Value
Type:
IVectorThe result of the aggregation.
Numerical Libraries
Supported in: 6.0
Reference