TransTable Constructor Delta Engine Documentation
Class constructor View code on GitHub

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

public TransTable(
	int iTransTableSize
)

Parameters

iTransTableSize
Type: System Int32
Size of the transposition table.
See Also