OHyMoS.NET Class Library

OhTimePoint クラス

年と経過時間[sec]とで表されるシミュレーション時刻を表すクラスです。

この型のすべてのメンバの一覧については、 OhTimePoint メンバを参照してください。

System.Object
   OhymosNet.OhTimePoint

public class OhTimePoint : ICloneable, IComparable, IOhTimePointImmutable

解説

OhTImePoint は、時刻を表わすクラスです。内部的には、時刻を西 暦年 year, その年の当初からの経過秒数 tsec、小 数部分 frac で記録します。frac は、-0.5 以上、 0.5 未満とします。

例えば、2003 年の年頭から 10.3 秒経過した時刻を表わす OhTimePoint オブジェクトでは、year が 2003, tsec は 10, frac は、0.3 です。


The OhTimePoint class is the class which expresses time points. The OhTimePoint class espresses a time point by year, tsec, and frac.

tsec is the time measured in seconds from the start of the year. frac is the fraction part of the time which is greater than or equal to -0.5 and less than 0.5.

必要条件

名前空間: OhymosNet

アセンブリ: OhymosNet (OhymosNet.dll 内)

参照

OhTimePoint メンバ | OhymosNet 名前空間