OHyMoS.NET Class Library

OhTime コンストラクタ

Constructs a new OhTime object with sec 0 and frac 0.0.

OhTime オブジェクトを生成します。時間は0に設定されます。

オーバーロードの一覧

Constructs a new OhTime object with sec 0 and frac 0.0.

OhTime オブジェクトを生成します。時間は0に設定されます。

public OhTime();

Constructs a new OhTime object which is the same time as aTime

public OhTime(IOhTimeImmutable);

Constructs a new OhTime instance from a double.

double の値 aTime から OhTime オブジェクトを生成します。

public OhTime(double);

Constructs a new OhTime object by setting sec to aSec and frac to aFrac.

指定した sec, frac を持つ OhTime オブジェクト を生成します。

public OhTime(long,double);

参照

OhTime クラス | OhymosNet 名前空間