IAggregator
            
            
            
            
            Defines the methods and properties shared by all aggregators
            that return a specific type.
            
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
    C#
    
 
 
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public interface IAggregator2<T> : IAggregator2
- Implements
- IAggregator2
Type Parameters
- T
- The type of the result of the aggregation.
Properties
| Empty | Gets whether the aggregator produces a value for empty groups. (Inherited from IAggregator2) | 
Methods
| Aggregate | Aggregates the elements of a data frame column according to the specified
            grouping and returns the result in an existing vector. (Inherited from IAggregator2) | 
| Aggregate | Aggregates the elements of a data frame column according to the specified grouping and returns the result in an existing vector. | 
| Try | Aggregates the elements of a vector and returns the result. | 
| Try | Aggregates the specified elements of a vector and returns the result. | 
| Try | Aggregates the specified range of elements of a vector and returns the result. |