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

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

Syntax

C#
INumExpr Sum(
	double v,
	INumExpr e
)

Parameters

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

Return Value

An expression representing the sum of v + e.

See Also