The GenericDecomposableTDecomposable, TSource, TAccumulate, TResult generic type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Accumulate | 
            Accumulates an input element into the accumulator value.
              | |
| FinalReduce | 
            Produces the final value from an accumulator value.
              | |
| Initialize | 
            Initializes the initial state of the IDecomposable object.
              | |
| RecursiveAccumulate | 
            Combines two accumulator values into one.
              | |
| Seed | 
            Converts an input element to an intermediate accumulator value.
              | 
See Also