ILOG CPLEX .NET Reference Manual

IModeler.Square Method

Creates and returns the new expression e^2.

Overload List

Creates and returns the new expression e^2.

IIntExpr Square(IIntExpr);

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

INumExpr Square(INumExpr);

See Also

IModeler Interface | ILOG.Concert Namespace