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