Creates and returns an integer expression representing the difference between integer expression e and value v.

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

Syntax

C#
IIntExpr Diff(
	IIntExpr e,
	int v
)

Parameters

e
Type: ILOG.Concert..::..IIntExpr
An integer expression to use in the difference.
v
Type: System..::..Int32
A value to subtract

Return Value

An integer expression representing the difference e - v.

See Also