ScanRightExtension Class
ScanRight extension.
Namespace: MoreLinq.ExtensionsAssembly: MoreLinq (in MoreLinq.dll) Version: 3.4.0+b99a6a8cc504caf2d48372fe54a2f8116c59cd0c
public static class ScanRightExtension
<ExtensionAttribute>
Public NotInheritable Class ScanRightExtension
[ExtensionAttribute]
public ref class ScanRightExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ScanRightExtension = class end
- Inheritance
- Object ScanRightExtension
ScanRightTSource(IEnumerableTSource, FuncTSource, TSource, TSource) |
Performs a right-associative scan (inclusive prefix) on a sequence of elements.
This operator is the right-associative version of the
ScanTSource(IEnumerableTSource, FuncTSource, TSource, TSource) LINQ operator.
|
ScanRightTSource, TAccumulate(IEnumerableTSource, TAccumulate, FuncTSource, TAccumulate, TAccumulate) |
Performs a right-associative scan (inclusive prefix) on a sequence of elements.
The specified seed value is used as the initial accumulator value.
This operator is the right-associative version of the
ScanTSource, TState(IEnumerableTSource, TState, FuncTState, TSource, TState) LINQ operator.
|