ZobristKey UpdateZobristKey Method (Int64, Int32, ChessBoard PieceE, ChessBoard PieceE)Delta Engine Documentation
Update the Zobrist key using the specified move View code on GitHub

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

public static long UpdateZobristKey(
	long i64ZobristKey,
	int iPos,
	ChessBoard PieceE eOldPiece,
	ChessBoard PieceE eNewPiece
)

Return Value

Type: Int64
See Also