OHyMoS.NET Class Library

OhReceiveFloat.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 float getDataSum(
   OhTimePoint aT1,
   OhTimePoint aT2,
   ArrayList aDctVec
);

パラメータ

aT1
an OhTimePoint value

aT2
an OhTimePoint value

aDctVec
a Vector value

戻り値

a float 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.

参照

OhReceiveFloat クラス | OhymosNet 名前空間 | OhReceiveFloat.getDataSum オーバーロードの一覧