AggregateRightExtension Class
AggregateRight extension.
Namespace: MoreLinq.ExtensionsAssembly: MoreLinq (in MoreLinq.dll) Version: 3.4.0+b99a6a8cc504caf2d48372fe54a2f8116c59cd0c
public static class AggregateRightExtension
<ExtensionAttribute>
Public NotInheritable Class AggregateRightExtension
[ExtensionAttribute]
public ref class AggregateRightExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type AggregateRightExtension = class end
- Inheritance
- Object AggregateRightExtension
AggregateRightTSource(IEnumerableTSource, FuncTSource, TSource, TSource) |
Applies a right-associative accumulator function over a sequence.
This operator is the right-associative version of the
AggregateTSource(IEnumerableTSource, FuncTSource, TSource, TSource) LINQ operator.
|
AggregateRightTSource, TAccumulate(IEnumerableTSource, TAccumulate, FuncTSource, TAccumulate, TAccumulate) |
Applies a right-associative accumulator function over a sequence.
The specified seed value is used as the initial accumulator value.
This operator is the right-associative version of the
AggregateTSource, TAccumulate(IEnumerableTSource, TAccumulate, FuncTAccumulate, TSource, TAccumulate) LINQ operator.
|
AggregateRightTSource, TAccumulate, TResult(IEnumerableTSource, TAccumulate, FuncTSource, TAccumulate, TAccumulate, FuncTAccumulate, TResult) |
Applies a right-associative accumulator function over a sequence.
The specified seed value is used as the initial accumulator value,
and the specified function is used to select the result value.
This operator is the right-associative version of the
AggregateTSource, TAccumulate, TResult(IEnumerableTSource, TAccumulate, FuncTAccumulate, TSource, TAccumulate, FuncTAccumulate, TResult) LINQ operator.
|