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

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

Syntax

C#
INumExpr Negative(
	INumExpr e
)

Parameters

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

Return Value

An expression representing the negation of e.

See Also