The IDecomposableTSource, TAccumulate, TResult generic type exposes the following members.
Methods
Name | Description | |
---|---|---|
Accumulate |
Adds a new input record into the intermediate value.
| |
FinalReduce |
Computes the final result from the current intermediate value.
| |
Initialize |
Initializes the state of this IDecomposable object.
| |
RecursiveAccumulate |
Combines two intermediate values into a new intermediate value.
| |
Seed |
Converts an input record to an intermediate value.
|
See Also