Click or drag to resize
NodegetBestChild Method
Finds the best child Node of this Node

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Node getBestChild()

Return Value

Type: Node
The best child Node of this Node
See Also