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