Observable.Min Method (IObservable<Nullable<Int64>>)
Returns the minimum value in an observable sequence of nullable Int64 values.
Namespace: System.Reactive.Linq
Assembly: System.Reactive (in System.Reactive.dll)
public static IObservable<Nullable<long>> Min( this IObservable<Nullable<long>> source )
Parameters
- source
- Type: System.IObservable<Nullable<Int64>>
A sequence of nullable Int64 values to determine the minimum value of.
Return Value
Type: System.IObservable<Nullable<Int64>>The minimum value in an observable sequence of nullable Int64 values.