ILOG CPLEX .NET Reference Manual

IModeler.Prod Method (INumVar, INumVar, Double)

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

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

Parameters

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

Return Value

An expression representing the product var1 * var2 * val.

See Also

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