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

Syntax

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

Parameters

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

Implements

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

See Also