Aggregator 2Group<T> Class
Represents an aggregator group that computes a result of the specified 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 class Aggregator2Group<T> : Aggregator2Group
- Inheritance
- Object → Aggregator2Group → Aggregator2Group<T>
Type Parameters
- T
- The type of the result.
Constructors
Aggregator2Group<T> | Constructs a new aggregator group. |
Properties
Empty |
Gets whether the aggregator produces a value for empty groups.
(Inherited from Aggregator2Group) |
Name |
Gets the name of the aggregator group.
(Inherited from Aggregator2Group) |
Methods
Aggregate<U>(Vector<U>, Vector<U>) | Aggregates the elements of a vector and returns the result. |
Aggregate<U>(Vector<U>, Vector<U>, IGrouping) | Aggregates the elements of a vector according to the specified grouping. |
Aggregate | Aggregates the specified range of elements of a vector and returns the result. |
Aggregate | Aggregates the specified range of elements of a vector and returns the result. |
Aggregate | Groups the elements of a vector according to the specified grouping. |
Aggregate | Groups the elements of a vector according to the specified level indexes. |
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) |
Specialize( | Returns an aggregator specialized to operate on values of the specified type. |
Specialize<U>() | Returns an aggregator specialized to operate on values of the specified type. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Try | Aggregates the elements of a vector and returns the result. |
Try | Aggregates the elements of a vector and returns the result. |
Try | Aggregates the elements of a sequence 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. |
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. |
Try |
Returns an aggregator specialized to operate on values of the specified type.
(Overrides Aggregator2Group.TrySpecialize(Type, IAggregator2)) |
Try | Attempts to create an aggregator specialized to operate on values of the specified type. |
Try | Attempts to create an aggregator specialized to operate on values of the specified type. |
Try | Attempts to create an aggregator specialized to operate on values of the specified type. |