Aggregator 2Group Class
            
            
            
            
            Represents an aggregation operation in a way that is independent of the
            operand types.
            
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 abstract class Aggregator2Group- Inheritance
 - Object → Aggregator2Group
 
- Derived
 
Remarks
Use the Aggregator2Group type to represent an aggregation operation that can operate on multiple operand types. This provides a means for specifying an aggregation operation on individual untyped columns of a data frame, or on a data frame as a whole.
Constructors
| Aggregator2Group | Constructs a new aggregator group. | 
Properties
| Empty | Gets whether the aggregator produces a value for empty groups. | 
| Name | Gets the name of the aggregator group. | 
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object)  | 
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object)  | 
| Get | Serves as the default hash function. (Inherited from Object)  | 
| Get | Gets the Type of the current instance. (Inherited from Object)  | 
| Memberwise | Creates a shallow copy of the current Object. (Inherited from Object)  | 
| ToString | Returns a string that represents the current object. (Inherited from Object)  | 
| Try | Returns an aggregator for the specified element type. |