This method returns the maximum value of the variable v in the invoking instance of CP.

Namespace: ILOG.CP
Assembly: ILOG.CP (in ILOG.CP.dll)

Syntax

C#
public virtual double GetMax(
	INumVar var
)
Visual Basic
Public Overridable Function GetMax ( _
	var As INumVar _
) As Double

Parameters

var
Type: ILOG.Concert..::..INumVar

See Also