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

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

Syntax

C#
INumExpr Sum(
	INumExpr e,
	double v
)

Parameters

e
Type: ILOG.Concert..::..INumExpr
The numeric expression.
v
Type: System..::..Double
The value.

Return Value

An expression representing the sum of e + v.

See Also