バージョン

Evaluate(IAggregationResult,Object) メソッド

IAggregationResult を評価します。
シンタックス
'宣言
 
Public Overloads Function Evaluate( _
   ByVal oldResult As IAggregationResult, _
   ByVal value As Object _
) As IAggregationResult
public IAggregationResult Evaluate( 
   IAggregationResult oldResult,
   object value
)

パラメータ

oldResult
もしあれば、以前実行された計算の結果。
value
集計結果を拡張する値。

戻り値の型

再計算された集計結果。
例外
例外解説
System.NotImplementedExceptionThe exception that is thrown when a requested method or operation is not implemented.
参照