Observable.Min Method

Include Protected Members
Include Inherited Members

Returns the minimum value.

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

Overload List

  Name Description
Public methodStatic member Min(IObservable<Decimal>) Returns the minimum value in an observable sequence of Decimal values.
Public methodStatic member Min(IObservable<Double>) Returns the minimum value in an observable sequence of Double values.
Public methodStatic member Min(IObservable<Int32>) Returns the minimum value in an observable sequence of Int32 values.
Public methodStatic member Min(IObservable<Int64>) Returns the minimum value in an observable sequence of Int64 values.
Public methodStatic member Min(IObservable<Nullable<Decimal>>) Returns the minimum value in an observable sequence of nullable Decimal values.
Public methodStatic member Min(IObservable<Nullable<Double>>) Returns the minimum value in an observable sequence of nullable Double values.
Public methodStatic member Min(IObservable<Nullable<Int32>>) Returns the minimum value in an observable sequence of nullable Int32 values.
Public methodStatic member Min(IObservable<Nullable<Int64>>) Returns the minimum value in an observable sequence of nullable Int64 values.
Public methodStatic member Min(IObservable<Nullable<Single>>) Returns the minimum value in an observable sequence of nullable Float values.
Public methodStatic member Min(IObservable<Single>) Returns the minimum value in an observable sequence of Float values.
Public methodStatic member Min<TSource>(IObservable<TSource>) Returns the minimum element in an observable sequence.
Public methodStatic member Min<TSource>(IObservable<TSource>, IComparer<TSource>) Returns the minimum value in an observable sequence according to the specified comparer.

Top

See Also

Reference

Observable Class

System.Reactive.Linq Namespace