ILOG CPLEX .NET Reference Manual

IModeler.Sum Method (IIntExpr[])

Creates and returns an integer expression representing the sum of the expressions provided in the array expr.

IIntExpr Sum(
   IIntExpr[] expr
);

Parameters

expr
An array containing the expressions to be summed.

Return Value

An integer expression representing the sum of the specified expressions.

See Also

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