C# Class LibiadaMusic.ScoreModel.Size

размер в такте size is beats/beatbase (ex size = 3/4; beats=3; beatbase=4;)
Inheritance: IBaseObject
Afficher le fichier Open project: intervals-mining-lab/libiada-core Class Usage Examples

Méthodes publiques

Méthode 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.

Method Details

Clone() public méthode

The clone.
public Clone ( ) : IBaseObject
Résultat IBaseObject

Equals() public méthode

The equals.
public Equals ( object obj ) : bool
obj object /// The object. ///
Résultat bool

Size() public méthode

Initializes a new instance of the Size class.
public Size ( int beats, int beatBase ) : System
beats int /// The beats. ///
beatBase int /// The beat base. ///
Résultat System

Size() public méthode

Initializes a new instance of the Size class.
public Size ( int beats, int beatBase, int ticksPerBeat ) : System
beats int /// The beats. ///
beatBase int /// The beat base. ///
ticksPerBeat int /// The ticks per beat. ///
Résultat System