Class Time

Class Time

名称: Aspose.Html.Drawing セットアップ: Aspose.HTML.dll (25.4.0)

タイムユニットを代表する。

[ComVisible(true)]
public sealed class Time : Dimension, IEquatable<unit>

Inheritance

object Unit Numeric Dimension Time

Implements

IEquatable

相続人

Dimension.ToString() , Numeric.GetValue() , Numeric.CompareTo(Numeric) , Numeric.Equals(Unit) , Numeric.GetHashCode() , Numeric.ToString() , Numeric.GetValue(UnitType) , Unit.Equals(Unit) , Unit.Equals(object) , Unit.GetHashCode() , Unit.ToString() , Unit.FromCentimeters(double) , Unit.FromMillimeters(double) , Unit.FromQuarterMillimeters(double) , Unit.FromInches(double) , Unit.FromPicas(double) , Unit.FromPoints(double) , Unit.FromPixels(double) , Unit.FromDegrees(double) , Unit.FromGradians(double) , Unit.FromRadians(double) , Unit.FromTurns(double) , Unit.FromSeconds(double) , Unit.FromMilliseconds(double) , Unit.FromHertz(double) , Unit.FromKiloHertz(double) , Unit.FromDotsPerInch(double) , Unit.FromDotsPerCentimeters(double) , Unit.FromDotsPerPixel(double) , Unit.UnitType , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Methods

OnConvert(ユニットタイプ、ユニットタイプ)

ユニットが指定されたユニットタイプに変換されるときに呼ばれます。

protected override double OnConvert(double value, UnitType fromType, UnitType toType)

Parameters

value double

価値を。

fromType UnitType

ユニットタイプから

toType UnitType

ユニットタイプ

Returns

double

指定されたタイプに変換される値を返します。

Operators

オペレーター +(時間、時間)

オペレーター+を実施します。

public static Time operator +(Time a, Time b)

Parameters

a Time

パラメーターA

b Time

パラメーターB

Returns

Time

オペレーターの結果

Exceptions

ArgumentNullException

論点はゼロ

ArgumentException

論点には異なる種類があります。または議論には異なる決議がある。または

オペレーター=(時間、時間)

オペレーターの実施=。

public static bool operator ==(Time a, Time b)

Parameters

a Time

パラメーターA

b Time

パラメーターB

Returns

bool

オペレーターの結果

オペレーター >(時間、時間)

オペレーター>を実施します。

public static bool operator &gt;(Time a, Time b)

Parameters

a Time

パラメーターA

b Time

パラメーターB

Returns

bool

オペレーターの結果

Exceptions

ArgumentException

論点には異なる種類があります。

ArgumentNullException

論点はゼロ

オペレーター &☆☆☆☆(時間、時間)

オペレーターの実施>=。

public static bool operator &gt;=(Time a, Time b)

Parameters

a Time

パラメーターA

b Time

パラメーターB

Returns

bool

オペレーターの結果

Exceptions

ArgumentException

論点には異なる種類があります。

ArgumentNullException

論点はゼロ

オペレーター !=(時間、時間)

オペレーターを導入!!

public static bool operator !=(Time a, Time b)

Parameters

a Time

パラメーターA

b Time

パラメーターB

Returns

bool

オペレーターの結果

オペレーター<(時間、時間)

オペレーター<を実施します。

public static bool operator &lt;(Time a, Time b)

Parameters

a Time

パラメーターA

b Time

パラメーターB

Returns

bool

オペレーターの結果

Exceptions

ArgumentException

論点には異なる種類があります。

ArgumentNullException

論点はゼロ

オペレーター<=(時間、時間)

オペレーターの実施<=。

public static bool operator &lt;=(Time a, Time b)

Parameters

a Time

パラメーターA

b Time

パラメーターB

Returns

bool

オペレーターの結果

Exceptions

ArgumentException

論点には異なる種類があります。

ArgumentNullException

論点はゼロ

オペレーター -(時間、時間)

オペレーターを導入する。

public static Time operator -(Time a, Time b)

Parameters

a Time

パラメーターA

b Time

パラメーターB

Returns

Time

オペレーターの結果

Exceptions

ArgumentNullException

論点はゼロ

ArgumentException

論点には異なる種類があります。または議論には異なる決議がある。または

 日本語