OHyMoS.NET Class Library

IOhTimeImmutable メンバ

IOhTimeImmutable 概要

パブリック プロパティ

Frac 秒の端数部分を取得します。 Gets the fractional part of time which is expressed in seconds.
Sec 秒の整数部分を取得します。 Gets the integer part of time which is expressed in seconds.

パブリック メソッド

equals 現在の IOhTimeImmutable オブジェクトと anObj が表わす 時刻との時間差が anEps より小さいか (true)、そうでな いか (false) を返します。 Check whether the time difference between the current IOhTimeImmutable object and anObj is less than anEps.
Equals 引数のオブジェクトと等しいかどうか判定します。 等しければtrue、等しくなければfalseを返します。 Returns the boolean variable which shows whether this object is equal to the argument anObj or not.
toDouble 秒を取得します。 すなわち、_sec と _fracを足し合わせたものを取得します。 _sec + _frac.

参照

IOhTimeImmutable インターフェイス | OhymosNet 名前空間