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

Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)

Syntax

C#
IIntExpr Sum(
	IIntExpr[] expr
)

Parameters

expr
Type: array<ILOG.Concert..::..IIntExpr>[]()[][]
An array containing the expressions to be summed.

Return Value

An integer expression representing the sum of the specified expressions.

See Also