Represents an aggregator group that computes a result of the specified type.
| Name | Description |
---|
 | AggregateU(VectorU, VectorU) |
Aggregates the elements of a vector and returns the result.
|
 | AggregateU(VectorU, VectorU, IGrouping) |
Aggregates the elements of a vector according to the specified grouping.
|
 | AggregateIntoU(IVector, IVector, IGrouping, IVector) |
Aggregates the specified range of elements of a vector and returns the result.
|
 | AggregateIntoU(IVector, IVector, IGrouping, VectorT) |
Aggregates the specified range of elements of a vector and returns the result.
|
 | AggregateIntoU(VectorU, VectorU, IGrouping, VectorT) |
Groups the elements of a vector according to the specified grouping.
|
 | AggregateIntoU(VectorU, VectorU, Int32, VectorT) |
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.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | Specialize(Type) |
Returns an aggregator specialized to operate on values of the specified type.
|
 | SpecializeU |
Returns an aggregator specialized to operate on values of the specified type.
|
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | TryAggregateU(IVector, IVector, T) |
Aggregates the elements of a vector and returns the result.
|
 | TryAggregateU(VectorU, VectorU, T) |
Aggregates the elements of a vector and returns the result.
|
 | TryAggregateU(IEnumerableU, IEnumerableU, Boolean, T) |
Aggregates the elements of a sequence and returns the result.
|
 | TryAggregateU(IVector, IVector, Array1DInt32, Int32, T) |
Aggregates the specified elements of a vector and returns the result.
|
 | TryAggregateU(IVector, IVector, Int32, Int32, T) |
Aggregates the specified range of elements of a vector and returns the result.
|
 | TryAggregateU(VectorU, VectorU, Array1DInt32, Int32, T) |
Aggregates the specified elements of a vector and returns the result.
|
 | TryAggregateU(VectorU, VectorU, Int32, Int32, T) |
Aggregates the specified range of elements of a vector and returns the result.
|
 | TrySpecialize(Type, IAggregator2) |
Returns an aggregator specialized to operate on values of the specified type.
(Overrides Aggregator2GroupTrySpecialize(Type, IAggregator2).) |
 | TrySpecialize(Type, IAggregator2T) |
Attempts to create an aggregator specialized to operate on values of the specified type.
|
 | TrySpecializeU(Aggregator2U, T) |
Attempts to create an aggregator specialized to operate on values of the specified type.
|
 | TrySpecializeU(IAggregator2T) |
Attempts to create an aggregator specialized to operate on values of the specified type.
|