OHyMoS.NET Class Library

OhInputFileDouble._mulfactor フィールド

入力ファイルから読み取られる値に乗ずる値(乗数)です。

Multiplication factor to the value which is read in from the input file.
protected internal double _mulfactor;

解説

例えば

_mulfactor = 2.0

としておくと、入力ファイルから読み取った値が3.2だとすれば データ値は6.4と設定されます。

デフォルトでは1.0(入力ファイルから読み取られる値をそのまま使う)としておきます。

For example, assume that _mulfactor is equal to 2.0 and a numerical value 3.2 is read in from the input file, then the data value is set to 6.4.

参照

OhInputFileDouble クラス | OhymosNet 名前空間