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

Syntax

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

Parameters

v
Type: System..::..Int32
e1
Type: ILOG.Concert..::..IIntExpr

Implements

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

See Also