LagExtension Class
Lag extension.
Namespace: MoreLinq.ExtensionsAssembly: MoreLinq (in MoreLinq.dll) Version: 4.0.0+092a40d82a1b280568ffa006d9a210bdec0792cd
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.
             |