TableDiscreteFunction

TableDiscreteFunction(int, int[])

の新しいインスタンスを初期化しますTableDiscreteFunctionclass.

public TableDiscreteFunction(int offsetOfInputs, int[] tableOfOutputs)
パラメータ タイプ 説明
offsetOfInputs Int32 入力値に対するテーブル インデックスのオフセット。
tableOfOutputs Int32[] 出力値の表。

例外

例外 調子
ArgumentNullException スローされるタイミングtableOfOutputsヌル.
ArgumentException テーブル要素の数が 0 の場合にスローされます。

関連項目


TableDiscreteFunction(int, params Step[])

の新しいインスタンスを初期化しますTableDiscreteFunctionclass.

public TableDiscreteFunction(int firstStepLevel, params Step[] steps)
パラメータ タイプ 説明
firstStepLevel Int32 ステップ関数の最初のステップのレベル。
steps Step[] ステップ関数の次のステップ。

例外

例外 調子
ArgumentNullException スローされるタイミングstepsヌル.
ArgumentException ステップの制限が厳密に増加していない場合にスローされます。

関連項目