• Home
  • API documentation
Show / Hide Table of Contents
  • ChessSharp
    • ChessUtilities
    • GameBoard
    • GameState
    • Move
    • Piece
    • Player
  • ChessSharp.Pieces
    • Bishop
    • King
    • Knight
    • Pawn
    • PawnPromotion
    • Queen
    • Rook
  • ChessSharp.SquareData
    • File
    • Rank
    • Square

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.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX