ZobristKey UpdateZobristKey Method (Int64, Int32, ChessBoard PieceE, ChessBoard PieceE, 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 iPos1,
	ChessBoard PieceE eOldPiece1,
	ChessBoard PieceE eNewPiece1,
	int iPos2,
	ChessBoard PieceE eOldPiece2,
	ChessBoard PieceE eNewPiece2
)

Return Value

Type: Int64
See Also