IDecomposableTSource, TAccumulate, TResult MethodsDryadLINQ documentation

The IDecomposableTSource, TAccumulate, TResult generic type exposes the following members.

Methods

  NameDescription
Public methodAccumulate
Adds a new input record into the intermediate value.
Public methodFinalReduce
Computes the final result from the current intermediate value.
Public methodInitialize
Initializes the state of this IDecomposable object.
Public methodRecursiveAccumulate
Combines two intermediate values into a new intermediate value.
Public methodSeed
Converts an input record to an intermediate value.
Top
See Also

Reference