OHyMoS.NET Class Library
OhReceiveDouble.getDataSum メソッド (OhTimePoint, OhTimePoint, ArrayList)
データ補間型を指定して、時刻 aT1 から時刻 aT2 までの積分値を返します。
Returns the integrated value
from time aT1 till time aT2. aT1 should be less than or equal to t2.
public
double
getDataSum(
OhTimePoint
aT1
,
OhTimePoint
aT2
,
ArrayList
aDctVec
);
パラメータ
aT1
an
OhTimePoint
value
aT2
an
OhTimePoint
value
aDctVec
a
Vector
value
戻り値
a
double
value
解説
When data connection type is Pulse, the value
summed from aT1 till aT2 will be returned. The pulse at time aT1 is not contained in the sum, and the pulse at time aT2 is contained in the sum.
参照
OhReceiveDouble クラス
|
OhymosNet 名前空間
|
OhReceiveDouble.getDataSum オーバーロードの一覧