Creates and returns the new expression max(e).

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

Syntax

C#
INumExpr Max(
	INumExpr[] e
)

Parameters

e
Type: array<ILOG.Concert..::..INumExpr>[]()[][]
The array of expressions.

See Also