LagExtension Class
Lag extension.
Namespace: MoreLinq.ExtensionsAssembly: MoreLinq (in MoreLinq.dll) Version: 3.4.0+b99a6a8cc504caf2d48372fe54a2f8116c59cd0c
public static class LagExtension
<ExtensionAttribute>
Public NotInheritable Class LagExtension
[ExtensionAttribute]
public ref class LagExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type LagExtension = class end
- Inheritance
- Object LagExtension
LagTSource, TResult(IEnumerableTSource, Int32, FuncTSource, TSource, TResult) |
Produces a projection of a sequence by evaluating pairs of elements separated by a
negative offset.
|
LagTSource, TResult(IEnumerableTSource, Int32, TSource, FuncTSource, TSource, TResult) |
Produces a projection of a sequence by evaluating pairs of elements separated by a
negative offset.
|