C# 클래스 PianoKeyEmulator.Note

파일 보기 프로젝트 열기: DrA1ex/GuitarHelper 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Id int
Octave byte
Tone Tones

공개 메소드들

메소드 설명
FromID ( int id ) : Note
FromString ( string str ) : Note
Note ( byte oct, Tones t ) : System
ToString ( ) : string
isDiez ( ) : bool
operator ( ) : Note
operator ( ) : bool
operator ( ) : int

메소드 상세

FromID() 공개 정적인 메소드

public static FromID ( int id ) : Note
id int
리턴 Note

FromString() 공개 정적인 메소드

public static FromString ( string str ) : Note
str string
리턴 Note

Note() 공개 메소드

public Note ( byte oct, Tones t ) : System
oct byte
t Tones
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

isDiez() 공개 메소드

public isDiez ( ) : bool
리턴 bool

operator() 공개 정적인 메소드

public static operator ( ) : Note
리턴 Note

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

operator() 공개 정적인 메소드

public static operator ( ) : int
리턴 int

프로퍼티 상세

Id 공개적으로 프로퍼티

public int Id
리턴 int

Octave 공개적으로 프로퍼티

public byte Octave
리턴 byte

Tone 공개적으로 프로퍼티

public Tones Tone
리턴 Tones