Reduces the elements of this sequence using the specified function, going right to left.
If this sequence represents an infinite set or series, this will never return!
Namespace: SequencesAssembly: Sequences (in Sequences.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Parameters
- op
- Type: System Func T, T, T
The operation to perform on successive elements of the sequence.
Return Value
Type: TThe accumulated value from successive applications of op.
Implements
ISequence T ReduceRight(Func T, T, T )See Also