ILOG CPLEX .NET Reference Manual

IModeler.Prod Method (INumVar, Double, INumVar)

Creates and returns an expression representing the product of the variablevar1, the value val, and the variable var2.

INumExpr Prod(
   INumVar var1,
   double val,
   INumVar var2
);

Parameters

var1
The first variable to be used in the product.
val
The value to be used in the product.
var2
The second variable to be used in the product.

Return Value

An expression representing the product val * var1 * var2.

See Also

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