Enum Rank
Represents a square rank.
Namespace: ChessSharp.SquareData
Assembly: ChessSharp.dll
Syntax
public enum Rank
Fields
| Name | Description |
|---|---|
| Eighth | Represents the eigth rank. |
| Fifth | Represents the fifth rank. |
| First | Represents the first rank. |
| Forth | Represents the forth rank. |
| Second | Represents the second rank. |
| Seventh | Represents the seventh rank. |
| Sixth | Represents the sixth rank. |
| Third | Represents the third rank. |