'宣言
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function LiveMin(Of TSource)( _ ByVal source As View(Of TSource), _ ByVal selector As System.Linq.Expressions.Expression(Of Func(Of TSource,Long)) _ ) As AggregationView(Of TSource,Long)
[System.Runtime.CompilerServices.Extension()] public static AggregationView<TSource,long> LiveMin<TSource>( View<TSource> source, System.Linq.Expressions.Expression<Func<TSource,long>> selector )
パラメータ
- source
- 最小値を求める値が含まれるビュー。
- selector
- 各要素に適用する変換関数。
型パラメータ
- TSource
- source 内の要素の型。
戻り値の型
値の最小値を表すビュー。