ILOG CPLEX .NET Reference Manual

IModeler.Prod Method (Double, INumExpr)

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

INumExpr Prod(
   double v,
   INumExpr e1
);

Parameters

v
A value to use in the product.
e1
An expression to use in the product.

Return Value

An expression representing the product e1 * v.

See Also

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