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

Namespace: ILOG.Concert
Assembly: ILOG.Concert (in ILOG.Concert.dll) Version: 22.1.0.0

Syntax

C#
IIntExpr Sum(
	IIntExpr[] expr
)
Visual Basic
Function Sum ( _
	expr As IIntExpr() _
) As IIntExpr

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