ILOG CPLEX .NET Reference Manual

IModeler.Prod Method (INumExpr, INumExpr)

Creates and returns an expression representing the product of the expressions expr1 and expr2.

INumExpr Prod(
   INumExpr expr1,
   INumExpr expr2
);

Parameters

expr1
An expression to use in the product.
expr2
An expression to use in the product.

Return Value

An expression representing the product expr1 * expr2.

See Also

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