ScanExtension Class

Scan extension.

Definition

Namespace: MoreLinq.Extensions
Assembly: MoreLinq (in MoreLinq.dll) Version: 4.1.0+0e154ef592f33ce0f6f3d534a9eedee273f0ce72
C#
public static class ScanExtension
Inheritance
Object    ScanExtension

Methods

ScanTSource(IEnumerableTSource, FuncTSource, TSource, TSource) Performs a scan (inclusive prefix sum) on a sequence of elements.
ScanTSource, TState(IEnumerableTSource, TState, FuncTState, TSource, TState) Like AggregateTSource(IEnumerableTSource, FuncTSource, TSource, TSource) except returns the sequence of intermediate results as well as the final one. An additional parameter specifies a seed.

See Also