MoveHistory PackedBoard StructureDelta Engine Documentation
Packed representation of a board. Each long contains 16 pieces (2 per bytes) View code on GitHub

Namespace: Chess
Assembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public struct PackedBoard

The MoveHistory PackedBoard type exposes the following members.

Methods

  NameDescription
Public methodLoadFromStream
Load the structure from a binary reader View code on GitHub
Public methodSaveToStream
Save the structure in a binary writer View code on GitHub
Top
Fields

  NameDescription
Public fieldm_eInfo
Additional board infoView code on GitHub
Public fieldm_lVal1
Pieces from square 0-15View code on GitHub
Public fieldm_lVal2
Pieces from square 16-31View code on GitHub
Public fieldm_lVal3
Pieces from square 32-47View code on GitHub
Public fieldm_lVal4
Pieces from square 48-63View code on GitHub
Top
See Also