C# Class PianoKeyEmulator.Note

Afficher le fichier Open project: DrA1ex/GuitarHelper Class Usage Examples

Méthodes publiques

Свойство Type Description
Id int
Octave byte
Tone Tones

Méthodes publiques

Méthode Description
FromID ( int id ) : Note
FromString ( string str ) : Note
Note ( byte oct, Tones t ) : System
ToString ( ) : string
isDiez ( ) : bool
operator ( ) : Note
operator ( ) : bool
operator ( ) : int

Method Details

FromID() public static méthode

public static FromID ( int id ) : Note
id int
Résultat Note

FromString() public static méthode

public static FromString ( string str ) : Note
str string
Résultat Note

Note() public méthode

public Note ( byte oct, Tones t ) : System
oct byte
t Tones
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

isDiez() public méthode

public isDiez ( ) : bool
Résultat bool

operator() public static méthode

public static operator ( ) : Note
Résultat Note

operator() public static méthode

public static operator ( ) : bool
Résultat bool

operator() public static méthode

public static operator ( ) : int
Résultat int

Property Details

Id public_oe property

public int Id
Résultat int

Octave public_oe property

public byte Octave
Résultat byte

Tone public_oe property

public Tones Tone
Résultat Tones