OHyMoS.NET Class Library

OhTime.add メソッド

Add the current OhTime object with aT.

現在の OhTime オブジェクトに OhTime オブジェクト aT を加え ます。

オーバーロードの一覧

Add the current OhTime object with aT.

現在の OhTime オブジェクトに OhTime オブジェクト aT を加え ます。

public void add(OhTime);

Returns an OhTime object by adding two OhTime objects aTa and aTb.

二つの OhTime オブジェクト aTa と aTb を足して OhTime オブジェクト を作っ て返します。

public static OhTime add(OhTime,OhTime);

Add the current OhTime object with aTime seconds.

現在の OhTime オブジェクトに、aTime 秒加えます。

public void add(double);

Add the current OhTime object with (aSec + aFrac) seconds.

現在の OhTime オブジェクトに、(aSec + aFrac) 秒を加えます。

public void add(long,double);

参照

OhTime クラス | OhymosNet 名前空間