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

Namespace: ILOG.Concert
Assembly: ILOG.Concert (in ILOG.Concert.dll) Version: 22.1.0.0

Syntax

C#
IIntExpr Negative(
	IIntExpr e
)
Visual Basic
Function Negative ( _
	e As IIntExpr _
) As IIntExpr

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