Applies the specified aggregator to the vector.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public T Aggregate(
TypePreservingAggregatorGroup aggregator
)
Public Function Aggregate (
aggregator As TypePreservingAggregatorGroup
) As T
public:
T Aggregate(
TypePreservingAggregatorGroup^ aggregator
)
member Aggregate :
aggregator : TypePreservingAggregatorGroup -> 'T
Parameters
- aggregator
- Type: Extreme.DataAnalysisTypePreservingAggregatorGroup
An aggregator group.
Return Value
Type:
T
Reference