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

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

Syntax

C#
IIntExpr Max(
	IIntExpr e1,
	IIntExpr e2
)
Visual Basic
Function Max ( _
	e1 As IIntExpr, _
	e2 As IIntExpr _
) As IIntExpr

See Also