Accesses the upper bound of the range filter specified by its index.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
public virtual double GetRangeFilterUpperBound(
	Cplex..::..FilterIndex i
)
Visual Basic
Public Overridable Function GetRangeFilterUpperBound ( _
	i As Cplex..::..FilterIndex _
) As Double

See Also