Свойство | Type | Description | |
---|---|---|---|
board | ulong |
Méthode | Description | |
---|---|---|
BitBoard ( ) : System | ||
BitBoard ( ulong value ) : System | ||
DoMove ( Move move ) : void | ||
FlipDiagonal_A1H8 ( ) : |
||
FlipDiagonal_A8H1 ( ) : |
||
FlipHorizontal ( ) : |
||
FlipVertical ( ) : |
||
GetBitsCount ( ) : int | ||
GetInnerProperty ( ) : int | ||
GetInnerValue ( ) : ulong | ||
GetOwnFigures ( ) : IEnumerable |
||
IsBitSet ( Square sq ) : bool | ||
IsBitSet ( int rank, int file ) : bool | ||
IsBitZero ( int rank, int file ) : bool | ||
IsDisjointWith ( |
||
IsSubsetOf ( |
||
Rotate180 ( ) : |
||
Rotate90Clockwise ( ) : |
||
Rotate90CounterClockwise ( ) : |
||
SetBit ( Square sq ) : |
||
SetInnerProperty ( int property ) : void | ||
ToString ( ) : string | ||
UndoMove ( int sqFrom, int sqTo ) : void | ||
UnsetBit ( Square sq ) : |
Méthode | Description | |
---|---|---|
GetOneBitNumber ( int rank, int file ) : ulong |
protected GetOneBitNumber ( int rank, int file ) : ulong | ||
rank | int | |
file | int | |
Résultat | ulong |
public IsBitSet ( int rank, int file ) : bool | ||
rank | int | |
file | int | |
Résultat | bool |
public IsBitZero ( int rank, int file ) : bool | ||
rank | int | |
file | int | |
Résultat | bool |
public IsDisjointWith ( |
||
b | ||
Résultat | bool |
public Rotate90CounterClockwise ( ) : |
||
Résultat |
public SetInnerProperty ( int property ) : void | ||
property | int | |
Résultat | void |
public UndoMove ( int sqFrom, int sqTo ) : void | ||
sqFrom | int | |
sqTo | int | |
Résultat | void |