| Name | Description |
---|
 | AggregateT(VectorT) |
Aggregates the elements of a vector and returns the result.
|
 | AggregateT(VectorT, IGrouping) |
Aggregates the elements of a vector according to the specified grouping.
|
 | AggregateIntoT(IVector, IGrouping, IVector) |
Aggregates the specified values according to the specified grouping.
|
 | AggregateIntoT(IVector, IGrouping, VectorT) |
Aggregates the specified values according to the specified grouping.
|
 | AggregateIntoT(VectorT, IGrouping, VectorT) |
Groups the elements of a vector according to the specified grouping.
|
 | AggregateIntoT(VectorT, 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.) |
 | SpecializeT |
Returns an aggregator specialized to operate on values of the specified type.
|
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | TryAggregateT(IVector, T) |
Aggregates the elements of a vector and returns the result.
|
 | TryAggregateT(VectorT, T) |
Aggregates the elements of a vector and returns the result.
|
 | TryAggregateT(IEnumerableT, Boolean, T) |
Aggregates the elements of a sequence and returns the result.
|
 | TryAggregateT(IVector, Array1DInt32, Int32, T) |
Aggregates the specified elements of a vector and returns the result.
|
 | TryAggregateT(IVector, Int32, Int32, T) |
Aggregates the specified range of elements of a vector and returns the result.
|
 | TryAggregateT(VectorT, Array1DInt32, Int32, T) |
Aggregates the specified elements of a vector and returns the result.
|
 | TryAggregateT(VectorT, Int32, Int32, T) |
Aggregates the specified range of elements of a vector and returns the result.
|
 | TrySpecialize(Type, IAggregator) |
Returns an aggregator for the specified element type.
(Inherited from AggregatorGroup.) |
 | TrySpecializeT(AggregatorT, T) |
Attempts to create an aggregator specialized to operate on values of the specified type.
|
 | TrySpecializeT(IAggregatorT) |
Attempts to create an aggregator specialized to operate on values of the specified type.
|