Creates and returns an expression representing the difference between expression e and value v.

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

Syntax

C#
INumExpr Diff(
	INumExpr e,
	double v
)

Parameters

e
Type: ILOG.Concert..::..INumExpr
An expression to use in the difference.
v
Type: System..::..Double
A value to subtract.

Return Value

An expression representing the difference e - v.

See Also