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

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

Syntax

C#
INumExpr Sum(
	INumExpr[] expr
)

Parameters

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

Return Value

An expression representing the sum of the specified terms.

See Also