Overload List

  NameDescription
Public methodRange(Double, Double)
Creates and returns an empty IRange object with the specified upper and lower bound.
Public methodRange(Double, INumExpr, Double)
Creates and returns an instance of IRange initialized to represent the constraint lb <= expr <= ub.
(Inherited from IModeler.)
Public methodRange(Double, Double, String)
Creates and returns an empty IRange object with the specified name and upper and lower bounds.
Public methodRange(Double, INumExpr, Double, String)
Creates and returns an instance of IRange initialized to represent the constraint lb <= expr <= ub and assigned the name name.
(Inherited from IModeler.)

See Also