Qbservable.Min メソッド (IQbservable<Int32>)

Int32 値のクエリ可能な監視可能なシーケンス内の最小値を返します。

Namespace:System.Reactive.Linq
アセンブリ: System.Reactive.Providers (System.Reactive.Providers.dll)

構文

'Declaration
<ExtensionAttribute> _
Public Shared Function Min ( _
    source As IQbservable(Of Integer) _
) As IQbservable(Of Integer)
'Usage
Dim source As IQbservable(Of Integer)
Dim returnValue As IQbservable(Of Integer)

returnValue = source.Min()
public static IQbservable<int> Min(
    this IQbservable<int> source
)
[ExtensionAttribute]
public:
static IQbservable<int>^ Min(
    IQbservable<int>^ source
)
static member Min : 
        source:IQbservable<int> -> IQbservable<int> 
public static function Min(
    source : IQbservable<int>
) : IQbservable<int>

パラメーター

戻り値

型: System.Reactive.Linq.IQbservable<Int32>
Int32 値のクエリ可能な監視可能なシーケンス内の最小値。

使用上の注意

Visual Basic および C# では、 IQbservable<Int32> 型の任意のオブジェクトのインスタンス メソッドとしてこのメソッドを呼び出すことができます。 インスタンス メソッド構文を使用してこのメソッドを呼び出す場合は、最初のパラメーターを省略します。 詳細については、」または」を参照してください。

参照

リファレンス

Qbservable クラス

最小オーバーロード

System.Reactive.Linq 名前空間