Method | Description | |
---|---|---|
Clone ( ) : IBaseObject |
The clone.
|
|
Equals ( object obj ) : bool |
The equals.
|
|
Size ( int beats, int beatBase ) : System |
Initializes a new instance of the Size class.
|
|
Size ( int beats, int beatBase, int ticksPerBeat ) : System |
Initializes a new instance of the Size class.
|
public Equals ( object obj ) : bool | ||
obj | object | /// The object. /// |
return | bool |
public Size ( int beats, int beatBase ) : System | ||
beats | int | /// The beats. /// |
beatBase | int | /// The beat base. /// |
return | System |
public Size ( int beats, int beatBase, int ticksPerBeat ) : System | ||
beats | int | /// The beats. /// |
beatBase | int | /// The beat base. /// |
ticksPerBeat | int | /// The ticks per beat. /// |
return | System |