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#
IIntExpr Max(
	IIntExpr[] e
)
Visual Basic
Function Max ( _
	e As IIntExpr() _
) As IIntExpr

Parameters

e
Type: array<ILOG.Concert..::..IIntExpr>[]()[][]
the array of expressions

See Also