ILOG CPLEX .NET Reference Manual

IModeler.Square Method (INumExpr)

Creates and returns an expression representing the square of the expression e (that is, e * e).

INumExpr Square(
   INumExpr e
);

Parameters

e
An expression to use in the square.

Return Value

An expression representing the product e * e.

See Also

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