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

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

Syntax

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

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