バージョン

SupportingCalculationStrategy デリゲート

計算のサポート方法。
シンタックス
public delegate IEnumerable<double> SupportingCalculationStrategy( 
   IEnumerable<double> source,
   int period
)

パラメータ

source
データのソース。
period
計算対象区間。

戻り値の型

データの計算結果。
参照