Creates and returns the new expression -e, the negation of the expression e.

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

Syntax

C#
IIntExpr Negative(
	IIntExpr e
)

Parameters

e
Type: ILOG.Concert..::..IIntExpr
An integer expression for which the negative value is given.

Return Value

An integer expression representing the negation of e.

See Also