バージョン

SupportingCalculationStrategy デリゲート

計算のサポート方法。
シンタックス
'宣言
 
Public Delegate Function SupportingCalculationStrategy( _
   ByVal source As IEnumerable(Of Double), _
   ByVal period As Integer _
) As IEnumerable(Of Double)
public delegate IEnumerable<double> SupportingCalculationStrategy( 
   IEnumerable<double> source,
   int period
)

パラメータ

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

戻り値の型

データの計算結果。
参照