Type Preserving Binary Aggregator Group Methods
Methods
Aggregate<TResult>(Vector<TResult>, Vector<TResult>) | Aggregates the elements of a vector and returns the result. |
Aggregate<TResult>(IEnumerable<TResult>, IEnumerable<TResult>, Boolean) | Aggregates the elements of a sequence and returns the result. |
Aggregate<TResult>(ReadOnlySpan<TResult>, ReadOnlySpan<TResult>, Boolean) | Aggregates the elements of a span and returns the result. |
Aggregate<TResult>(Vector<TResult>, Vector<TResult>, IGrouping) | Aggregates the elements of a vector according to the specified grouping. |
Aggregate | Aggregates the specified values according to the specified grouping. |
Aggregate | Aggregates the specified values according to the specified grouping. |
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. |
As<TNewResult> | Returns an aggregator group that produces results of the specified type. |
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<TResult> | 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 range of 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 for the specified element type.
(Overrides BinaryAggregatorGroup.TrySpecialize(Type, IBinaryAggregator)) |
Try | Attempts to create an aggregator specialized to operate on values of the specified type. |