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

Syntax

C#
void Add(
	int more,
	IIntExpr x
)
Visual Basic
Sub Add ( _
	more As Integer, _
	x As IIntExpr _
)

Parameters

more
Type: System..::..Int32
x
Type: ILOG.Concert..::..IIntExpr

See Also