Negligibly small time amount whose default value is 0.0001 sec. When the absolute value of an amount of time is less than this value, the time is regarded as negligibly small.
無視できる時間。絶対値がこの値より小さい時間は、無視できる くらい小さいとします。10000 分の1秒にします。
オーバーロード。 Returns an OhTime object whose time value is equal to aSec + aFrac. aFrac need not to be greater than or equal to -0.5 and less than 0.5.
aSec + aFrac に等しい時間を持つ OhTime オブジェクトを返しま す。引数の aFrac は、-0.5 以上、0.5 未満でなくても構いませ ん。このメソッドの中(OhTimeコンストラクタ内)で調整されます。
オーバーロード。 Returns an OhTime object by subtracting an OhTime object aTb from an OhTime object aTa.
OhTime オブジェクト aTa と OhTime オブジェクト aTb の差である OhTime オブジェクトを返します。
オーバーロード。 Adjust sec and frac so that they have compatible signs and the absolute value of frac is less than 1. sec と frac の符号がつじつまがあっていて、端数 frac が -0.5 以上、0.5 未満になるように調整します。
Copies the field varibles of the source OhTime object into those of the current OhTime object.
引数で指定された IOhTimeImmutable オブジェクトのフィールド変 数を現在の OhTime オブジェクトのフィールド変数に複写します。
Check whether the time difference between the current time point object and anObj is less than anEps.
現在の OhTimePointImmutable オブジェクトと anObj が 表わす時刻との時間差が anEps より小さいか (true)、そ うでないか (false) を返します。