ChessBoard Points Method Delta Engine Documentation
Evaluates a board. The number of point is greater than 0 if white is in advantage, less than 0 if black is. View code on GitHub

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

public int Points(
	SearchEngine SearchMode searchMode,
	ChessBoard PlayerColorE ePlayerToPlay,
	int iDepth,
	int iMoveCountDelta,
	ChessBoard PosInfoS posInfoWhite,
	ChessBoard PosInfoS posInfoBlack
)

Return Value

Type: Int32
Number of points for the current board
See Also