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

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

Syntax

C#
IIntExpr Sum(
	IIntExpr e,
	int v
)

Parameters

e
Type: ILOG.Concert..::..IIntExpr
The integer expression.
v
Type: System..::..Int32
The value.

Return Value

An integer expression representing the sum e + v.

See Also