Aggregate(IEnumerable<T1>, IEnumerable<T2>, Boolean) |
Aggregates the elements of two sequences pairwise and returns the result.
(Inherited from BinaryAggregator<T1, T2, TResult>) |
Aggregate(ReadOnlySpan<T1>, ReadOnlySpan<T2>, Boolean) |
Aggregates the elements of two span slices pairwise and returns the result.
(Inherited from BinaryAggregator<T1, T2, TResult>) |
Aggregate(Int32, ReadOnlySpanSlice<T1>, ReadOnlySpanSlice<T2>, Boolean) |
Aggregates the elements of two span slices pairwise and returns the result.
(Inherited from BinaryAggregator<T1, T2, TResult>) |
Aggregate(Vector<T1>, Vector<T2>, Array1D<Int32>, Int32, Boolean) |
Aggregates the specified elements of a vector and returns the result.
(Inherited from BinaryAggregator<T1, T2, TResult>) |
Aggregate(Vector<T1>, Vector<T2>, Int32, Int32, Boolean) |
Aggregates the specified range of elements of a vector and returns the result.
(Inherited from BinaryAggregator<T1, T2, TResult>) |
AggregateBy(Vector<T1>, Vector<T2>, IGrouping, Vector<TResult>) |
Groups the elements of a vector according to the specified grouping.
(Inherited from BinaryAggregator<T1, T2, TResult>) |
AggregateBy(Vector<T1>, Vector<T2>, Int32[], Vector<TResult>) |
Groups the elements of a vector according to the specified level indexes.
(Inherited from BinaryAggregator<T1, T2, TResult>) |
AggregateInto(Vector<T1>, Vector<T2>, IGrouping, Vector<TResult>) |
Groups the elements of a vector according to the specified grouping.
(Inherited from BinaryAggregator<T1, T2, TResult>) Obsolete. |
AggregateInto(Vector<T1>, Vector<T2>, Int32[], Vector<TResult>) |
Groups the elements of a vector according to the specified level indexes.
(Inherited from BinaryAggregator<T1, T2, TResult>) Obsolete. |
AggregateWhere<TPredicate>(IEnumerable<T1>, IEnumerable<T2>, TPredicate, Boolean) |
Aggregates the elements of two sequences pairwise subject to a predicate,
and returns the result.
(Inherited from BinaryAggregator<T1, T2, TResult>) |
AggregateWhere<TPredicate>(ReadOnlySpan<T1>, ReadOnlySpan<T2>, TPredicate, Boolean) |
Aggregates the elements of two spans pairwise and returns the result.
(Inherited from BinaryAggregator<T1, T2, TResult>) |
AggregateWhere<TPredicate>(Vector<T1>, Vector<T2>, TPredicate, Boolean) |
Aggregates the elements of a vector and returns the result.
(Inherited from BinaryAggregator<T1, T2, TResult>) |
AggregateWhere<TPredicate>(Int32, ReadOnlySpanSlice<T1>, ReadOnlySpanSlice<T2>, TPredicate, Boolean) |
Aggregates the elements of two span slices pairwise and returns the result.
(Inherited from BinaryAggregator<T1, T2, TResult>) |
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) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
TryAggregate(Vector<T1>, Vector<T2>, TResult) |
Aggregates the elements of a vector and returns the result.
(Overrides BinaryAggregator<T1, T2, TResult>.TryAggregate(Vector<T1>, Vector<T2>, TResult)) |
TryAggregate(Vector<T1>, Vector<T2>, Boolean) |
Aggregates the elements of a vector and returns the result.
(Inherited from BinaryAggregator<T1, T2, TResult>) |
TryAggregate(IEnumerable<T1>, IEnumerable<T2>, Boolean, TResult) |
Aggregates the elements of two sequences pairwise and returns the result.
(Inherited from BinaryAggregator<T1, T2, TResult>) |
TryAggregate(ReadOnlySpan<T1>, ReadOnlySpan<T2>, Boolean, TResult) |
Aggregates the elements of two spans pairwise and returns the result.
(Overrides BinaryAggregator<T1, T2, TResult>.TryAggregate(ReadOnlySpan<T1>, ReadOnlySpan<T2>, Boolean, TResult)) |
TryAggregate(Int32, ReadOnlySpanSlice<T1>, ReadOnlySpanSlice<T2>, Boolean, TResult) |
Aggregates the elements of two span slices pairwise and returns the result.
(Inherited from BinaryAggregator<T1, T2, TResult>) |
TryAggregate(Vector<T1>, Vector<T2>, Array1D<Int32>, Int32, TResult) |
Aggregates the specified elements of a vector and returns the result.
(Inherited from BinaryAggregator<T1, T2, TResult>) |
TryAggregate(Vector<T1>, Vector<T2>, Int32, Int32, TResult) |
Aggregates the specified range of elements of a vector and returns the result.
(Inherited from BinaryAggregator<T1, T2, TResult>) |
TryAggregateWhere<TPredicate>(IEnumerable<T1>, IEnumerable<T2>, TPredicate, Boolean, TResult) |
Aggregates the elements of two sequences pairwise subject to a predicate,
and returns the result.
(Overrides BinaryAggregator<T1, T2, TResult>.TryAggregateWhere<TPredicate>(IEnumerable<T1>, IEnumerable<T2>, TPredicate, Boolean, TResult)) |
TryAggregateWhere<TPredicate>(ReadOnlySpan<T1>, ReadOnlySpan<T2>, TPredicate, Boolean, TResult) |
Aggregates the elements of two spans pairwise and returns the result.
(Overrides BinaryAggregator<T1, T2, TResult>.TryAggregateWhere<TPredicate>(ReadOnlySpan<T1>, ReadOnlySpan<T2>, TPredicate, Boolean, TResult)) |
TryAggregateWhere<TPredicate>(Vector<T1>, Vector<T2>, TPredicate, Boolean, TResult) |
Aggregates the elements of a vector and returns the result.
(Inherited from BinaryAggregator<T1, T2, TResult>) |
TryAggregateWhere<TPredicate>(Int32, ReadOnlySpanSlice<T1>, ReadOnlySpanSlice<T2>, TPredicate, Boolean, TResult) |
Aggregates the elements of two span slices pairwise and returns the result.
(Overrides BinaryAggregator<T1, T2, TResult>.TryAggregateWhere<TPredicate>(Int32, ReadOnlySpanSlice<T1>, ReadOnlySpanSlice<T2>, TPredicate, Boolean, TResult)) |
TryGetAccumulator |
Attempts to get an accumulator that can be used to perform the aggregation.
(Inherited from BinaryAggregator<T1, T2, TResult>) |