'宣言
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function LiveAverage( _ ByVal source As View(Of Nullable(Of Long)) _ ) As AggregationView(Of Nullable(Of Long),Nullable(Of Double))
[System.Runtime.CompilerServices.Extension()] public static AggregationView<Nullable<long>,Nullable<double>> LiveAverage( View<Nullable<long>> source )
パラメータ
- source
- 平均を計算する値が含まれるビュー。
戻り値の型
値の平均を表すビュー。