OHyMoS.NET Class Library
OhReceiveInt.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
int
getDataSum(
OhTimePoint
aT1
,
OhTimePoint
aT2
,
ArrayList
aDctVec
);
パラメータ
aT1
an
OhTimePoint
value
aT2
an
OhTimePoint
value
aDctVec
a
Vector
value
戻り値
a
int
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.
参照
OhReceiveInt クラス
|
OhymosNet 名前空間
|
OhReceiveInt.getDataSum オーバーロードの一覧