ILOG CPLEX .NET Reference Manual

IModeler.Sum Method (INumExpr, Double)

Creates and returns an expression representing the sum of a numeric expression and a value.

INumExpr Sum(
   INumExpr e,
   double v
);

Parameters

e
The numeric expression.
v
The value.

Return Value

An expression representing the sum of e + v.

See Also

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