Overload List
| Name | Description | |
|---|---|---|
| AddRange(Double, Double) |
Creates and returns an empty range object with the
specified lower and upper bounds.
| |
| AddRange(Double, INumExpr, Double) |
Creates, returns, and adds to the invoking model a
range object with the specified expression as well as
upper and lower bounds.
| |
| AddRange(Double, Double, String) |
Creates and returns an empty range object with the specified
name and specified lower and upper bounds.
| |
| AddRange(Double, INumExpr, Double, String) |
Creates, returns, and adds to the invoking model a
range object with the specified name, upper and lower bounds, and
expression.
|