Creates and returns the new expression min(e1, val).

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

Syntax

C#
INumExpr Min(
	INumExpr e1,
	double val
)

Parameters

e1
Type: ILOG.Concert..::..INumExpr
val
Type: System..::..Double

See Also