Click or drag to resize
NodeGetVisits Method
Returns the number of times this Node has been visited.

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

Return Value

Type: Int32
visitCount
See Also