ILOG CPLEX .NET Reference Manual

IModeler.Negative Method (INumExpr)

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

INumExpr Negative(
   INumExpr e
);

Parameters

e
An expression for which the negative value is given.

Return Value

An expression representing the negation of e.

See Also

IModeler Interface | ILOG.Concert Namespace | IModeler.Negative Overload List