Creates and returns the new expression max(val, e2).

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

Syntax

C#
INumExpr Max(
	double val,
	INumExpr e2
)

Parameters

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

See Also