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

Syntax

C#
public virtual IIntExpr Diff(
	IIntExpr e1,
	IIntExpr e2
)
Visual Basic
Public Overridable Function Diff ( _
	e1 As IIntExpr, _
	e2 As IIntExpr _
) As IIntExpr

Implements

IModeler..::..Diff(IIntExpr, IIntExpr)

See Also