Creates and returns an integer expression representing the difference between the integer expressions expr1 and expr2.

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

Syntax

C#
IIntExpr Diff(
	IIntExpr expr1,
	IIntExpr expr2
)

Parameters

expr1
Type: ILOG.Concert..::..IIntExpr
An integer expression to use in the difference.
expr2
Type: ILOG.Concert..::..IIntExpr
An integer expression to subtract.

Return Value

An integer expression representing the difference expr1 - expr2.

See Also