C# 클래스 LibiadaMusic.ScoreModel.Key

знаки при ключе в такте (диез, бемоль)
상속: IBaseObject
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Fifths int
Mode string

공개 메소드들

메소드 설명
Clone ( ) : IBaseObject

The clone.

Equals ( object obj ) : bool

The equals.

Key ( int fifths, string mode = "" ) : LibiadaCore.Core

Initializes a new instance of the Key class.

메소드 상세

Clone() 공개 메소드

The clone.
public Clone ( ) : IBaseObject
리턴 IBaseObject

Equals() 공개 메소드

The equals.
public Equals ( object obj ) : bool
obj object /// The object. ///
리턴 bool

Key() 공개 메소드

Initializes a new instance of the Key class.
public Key ( int fifths, string mode = "" ) : LibiadaCore.Core
fifths int /// The fifths. ///
mode string /// The mode. ///
리턴 LibiadaCore.Core

프로퍼티 상세

Fifths 공개적으로 프로퍼티

bemoles(-), diez(+) (ex. -6 : 6 bemoles);
public int Fifths
리턴 int

Mode 공개적으로 프로퍼티

Major or minor.
public string Mode
리턴 string