TransTable GetTransTable Method Delta Engine Documentation
Gets one of the static translation table View code on GitHub

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

public static TransTable GetTransTable(
	int iIndex
)

Parameters

iIndex
Type: System Int32
Index of the table (0..ProcessorCount-1)

Return Value

Type: TransTable
Translation table
See Also