ILOG CPLEX .NET Reference Manual

IModeler.Sum Method

Adds two integer expressions and returns the sum.

Overload List

Adds two integer expressions and returns the sum.

IIntExpr Sum(IIntExpr,IIntExpr);

Adds three integer expressions and returns the sum.

IIntExpr Sum(IIntExpr,IIntExpr,IIntExpr);

Adds four integer expressions and returns the sum.

IIntExpr Sum(IIntExpr,IIntExpr,IIntExpr,IIntExpr);

Adds five integer expressions and returns the sum.

IIntExpr Sum(IIntExpr,IIntExpr,IIntExpr,IIntExpr,IIntExpr);

Adds six integer expressions and returns the sum.

IIntExpr Sum(IIntExpr,IIntExpr,IIntExpr,IIntExpr,IIntExpr,IIntExpr);

Adds seven integer expressions and returns the sum.

IIntExpr Sum(IIntExpr,IIntExpr,IIntExpr,IIntExpr,IIntExpr,IIntExpr,IIntExpr);

Adds eight integer expressions and returns the sum.

IIntExpr Sum(IIntExpr,IIntExpr,IIntExpr,IIntExpr,IIntExpr,IIntExpr,IIntExpr,IIntExpr);

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

IIntExpr Sum(IIntExpr,int);

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

IIntExpr Sum(IIntExpr[]);

Creates and returns an integer expression representing the sum of the num expressions provided in the array expr starting with element start.

IIntExpr Sum(IIntExpr[],int,int);

Adds two numeric expressions and returns the sum.

INumExpr Sum(INumExpr,INumExpr);

Adds three numeric expressions and returns their sum.

INumExpr Sum(INumExpr,INumExpr,INumExpr);

Adds four numeric expressions and returns the sum.

INumExpr Sum(INumExpr,INumExpr,INumExpr,INumExpr);

Adds five numeric expressions and returns the sum.

INumExpr Sum(INumExpr,INumExpr,INumExpr,INumExpr,INumExpr);

Adds six numeric expressions and returns the sum.

INumExpr Sum(INumExpr,INumExpr,INumExpr,INumExpr,INumExpr,INumExpr);

Adds seven numeric expressions and returns the sum.

INumExpr Sum(INumExpr,INumExpr,INumExpr,INumExpr,INumExpr,INumExpr,INumExpr);

Adds eight numeric expressions and returns the sum.

INumExpr Sum(INumExpr,INumExpr,INumExpr,INumExpr,INumExpr,INumExpr,INumExpr,INumExpr);

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

INumExpr Sum(INumExpr,double);

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

INumExpr Sum(INumExpr[]);

Creates and returns an expression representing the sum of the num expressions provided as terms in the array expr starting with element start.

INumExpr Sum(INumExpr[],int,int);

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

INumExpr Sum(double,INumExpr);

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

IIntExpr Sum(int,IIntExpr);

See Also

IModeler Interface | ILOG.Concert Namespace