Creates and returns a new table table.

Namespace: ILOG.CP
Assembly: ILOG.CP (in ILOG.CP.dll)

Syntax

C#
public virtual IIntTupleSet IntTable(
	int dimension
)
Visual Basic
Public Overridable Function IntTable ( _
	dimension As Integer _
) As IIntTupleSet

Parameters

dimension
Type: System..::..Int32

See Also