Qbservable.Max Method (IQbservable<Int32>)
Returns the maximum value in a queryable observable sequence of Int32 values.
Namespace: System.Reactive.Linq
Assembly: System.Reactive.Providers (in System.Reactive.Providers.dll)
Parameters
- source
- Type: System.Reactive.Linq.IQbservable<Int32>
A sequence of Int32 values to determine the maximum value of.
Return Value
Type: System.Reactive.Linq.IQbservable<Int32>The maximum value in a queryable observable sequence of Int32 values.