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

Syntax

C#
public virtual IRange Range(
	double lb,
	INumExpr expr,
	double ub
)
Visual Basic
Public Overridable Function Range ( _
	lb As Double, _
	expr As INumExpr, _
	ub As Double _
) As IRange

Parameters

lb
Type: System..::..Double
expr
Type: ILOG.Concert..::..INumExpr
ub
Type: System..::..Double

Implements

IModeler..::..Range(Double, INumExpr, Double)

See Also