ReduceBack
Applies the reduction
function to each element of the collection, starting from the end, threading an accumulator argument through the computation.
Parameters
Returns
Func<T, T, T> reduction
IEnumerable<T> source
TState
Usage
Accumulating a subtraction of each element in a collection
Last updated
Was this helpful?