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

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

Syntax

C#
IIntExpr Sum(
	int v,
	IIntExpr e
)

Parameters

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

Return Value

An integer expression representing the sum e + v.

See Also