Method | Description | |
---|---|---|
AddDuration ( Duration duration ) : Duration |
The add duration.
|
|
Clone ( ) : IBaseObject |
The clone.
|
|
Duration ( int numerator, int denominator, bool doted, int ticks ) : System |
Initializes a new instance of the Duration class.
|
|
Duration ( int numerator, int denominator, int tripletnum, int tripletdenom, bool doted, int ticks ) : System |
Initializes a new instance of the Duration class.
|
|
Equals ( object obj ) : bool |
The equals.
|
|
GetHashCode ( ) : byte[] |
The get hash code.
|
|
SubDuration ( Duration duration ) : Duration |
The sub duration.
|
Method | Description | |
---|---|---|
PlaceDot ( ) : void |
The placedot.
|
|
PlaceTriplet ( int triplnum, int tripldenom ) : void |
The place triplet.
|
public AddDuration ( Duration duration ) : Duration | ||
duration | Duration | /// The duration. /// |
return | Duration |
public Duration ( int numerator, int denominator, bool doted, int ticks ) : System | ||
numerator | int | /// The numerator. /// |
denominator | int | /// The denominator. /// |
doted | bool | /// The doted. /// |
ticks | int | /// The ticks. /// |
return | System |
public Duration ( int numerator, int denominator, int tripletnum, int tripletdenom, bool doted, int ticks ) : System | ||
numerator | int | /// The numerator. /// |
denominator | int | /// The denominator. /// |
tripletnum | int | /// The tripletnum. /// |
tripletdenom | int | /// The tripletdenom. /// |
doted | bool | /// The doted. /// |
ticks | int | /// The ticks. /// |
return | System |
public Equals ( object obj ) : bool | ||
obj | object | /// The object. /// |
return | bool |
public SubDuration ( Duration duration ) : Duration | ||
duration | Duration | /// The duration. /// |
return | Duration |