This topic has not yet been rated - Rate this topic

Observable.Aggregate Method

Applies an accumulator function over an observable sequence.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Static member Aggregate<TSource>(IObservable<TSource>, Func<TSource, TSource, TSource>) Applies an accumulator function over an observable sequence.
Public method Static member Aggregate<TSource, TAccumulate>(IObservable<TSource>, TAccumulate, Func<TAccumulate, TSource, TAccumulate>) Applies an accumulator function over an observable sequence with the specified seed value.
Top
Did you find this helpful?
(1500 characters remaining)