C# 클래스 StrongChess.Model.BoardUnits.Square

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

공개 메소드들

메소드 설명
AttackedFrom ( Side white, Side black ) : Bitboard
IndexOf ( Rank rank, File file ) : int
Square ( Rank rank, File file ) : System.Globalization
Square ( int index ) : System.Globalization
Square ( string name ) : System.Globalization
ToString ( ) : string

비공개 메소드들

메소드 설명
Square ( ) : System.Globalization

메소드 상세

AttackedFrom() 공개 메소드

public AttackedFrom ( Side white, Side black ) : Bitboard
white Side
black Side
리턴 Bitboard

IndexOf() 공개 정적인 메소드

public static IndexOf ( Rank rank, File file ) : int
rank Rank
file File
리턴 int

Square() 공개 메소드

public Square ( Rank rank, File file ) : System.Globalization
rank Rank
file File
리턴 System.Globalization

Square() 공개 메소드

public Square ( int index ) : System.Globalization
index int
리턴 System.Globalization

Square() 공개 메소드

public Square ( string name ) : System.Globalization
name string
리턴 System.Globalization

ToString() 공개 메소드

public ToString ( ) : string
리턴 string