'宣言 Public Overloads Function Aggregate( _ ByVal aggType As AggregateEnum, _ ByVal flags As AggregateFlags _ ) As System.Double
public System.double Aggregate( AggregateEnum aggType, AggregateFlags flags )
パラメータ
- aggType
- 計算する集計の種類を指定する AggregateEnum値。
- flags
- 集計オプションを指定する AggregateFlags値。
戻り値の型
集計値を表す System.Double。