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

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

Syntax

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

Parameters

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

See Also