'宣言
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function LiveMin( _ ByVal source As View(Of Nullable(Of Integer)) _ ) As AggregationView(Of Nullable(Of Integer),Nullable(Of Integer))
[System.Runtime.CompilerServices.Extension()] public static AggregationView<Nullable<int>,Nullable<int>> LiveMin( View<Nullable<int>> source )
パラメータ
- source
- 最小値を求める値が含まれるビュー。
戻り値の型
値の最小値を表すビュー。