ILOG CPLEX .NET Reference Manual

IModeler.Prod Method (INumExpr, Double)

Creates and returns an expression representing the product of the expression e and the value v.

INumExpr Prod(
   INumExpr e,
   double v
);

Parameters

e
An expression to use in the product.
v
A value to add.

Return Value

An expression representing the product e * v.

See Also

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