LagExtension Class

Lag extension.

Definition

Namespace: MoreLinq.Extensions
Assembly: MoreLinq (in MoreLinq.dll) Version: 4.4.0+6d97c3b1d482f98300f4446df14742b0e3fafbec
C#
public static class LagExtension
Inheritance
Object    LagExtension

Methods

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.

See Also