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

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

Syntax

C#
INumExpr Max(
	INumExpr e1,
	double val
)
Visual Basic
Function Max ( _
	e1 As INumExpr, _
	val As Double _
) As INumExpr

Parameters

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

See Also