ChessBoard PosInfoS Constructor Delta Engine Documentation

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

public PosInfoS(
	int iAttackedPieces,
	int iPiecesDefending
)

Parameters

iAttackedPieces
Type: System Int32
Number of pieces attacking this position
iPiecesDefending
Type: System Int32
Number of pieces defending this position
See Also