Creates and returns the new expression max(e).

Namespace: ILOG.Concert
Assembly: ILOG.Concert (in ILOG.Concert.dll) Version: 22.1.0.0

Syntax

C#
INumExpr Max(
	INumExpr[] e
)
Visual Basic
Function Max ( _
	e As INumExpr() _
) As INumExpr

Parameters

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

See Also