SearchEngine SortMoveList Method Delta Engine Documentation
Sort move list using the specified point array so the highest point move come first View code on GitHub

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

protected static List<ChessBoard&#160;MovePosS> SortMoveList(
	List<ChessBoard&#160;MovePosS> moveList,
	int[] arrPoints
)

Parameters

moveList
Type: System.Collections.Generic List ChessBoard MovePosS 
Source move list to sort
arrPoints
Type:  System Int32 
Array of points for each move

Return Value

Type: List ChessBoard MovePosS 
Sorted move list
See Also