Overload List
| Name | Description | |
|---|---|---|
| AddEq(Double, INumExpr) |
Creates and returns a range initialized to represent the
equality of the specified value and expression.
| |
| AddEq(INumExpr, INumExpr) |
Creates and returns a constraint initialized to represent the
equality of the two specified expressions.
| |
| AddEq(INumExpr, Double) |
Creates and returns a range initialized to represent the
equality of the specified expression and value.
| |
| AddEq(Double, INumExpr, String) |
Creates and returns a named range initialized to represent the
equality of the specified value and expression.
| |
| AddEq(INumExpr, INumExpr, String) |
Creates and returns a named constraint initialized to represent the
equality of the two specified expressions.
| |
| AddEq(INumExpr, Double, String) |
Creates and returns a named range initialized to represent the
equality of the specified expression and value.
|