Method | Description | |
---|---|---|
Equals ( System obj ) : bool |
Value equality.
|
|
GetHashCode ( ) : int |
Hash code.
|
|
ScalePattern ( string name, int ascent ) : System |
Constructs a scale pattern.
|
|
ToString ( ) : string |
ToString returns the pattern name.
|
|
operator ( ) : bool |
Inequality operator does value inequality.
|
Method | Description | |
---|---|---|
AscentIsValid ( int ascent ) : bool |
Returns true if ascent is valid.
|
public ScalePattern ( string name, int ascent ) : System | ||
name | string | The name of the scale pattern. |
ascent | int | The ascending pattern of the scale. See the |
return | System |