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