Creates and returns a range with the specified lower
and upper bound.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public virtual IRange Range( double lb, double ub ) |
| Visual Basic |
|---|
Public Overridable Function Range ( _ lb As Double, _ ub As Double _ ) As IRange |
Parameters
- lb
- Type: System..::..Double
- ub
- Type: System..::..Double