Overload List
| Name | Description | |
|---|---|---|
| Eq(Double, INumExpr) |
Creates and returns a range forcing the specified value
to be equal to the specified numeric expression.
| |
| Eq(INumExpr, INumExpr) |
Creates and returns a constraint forcing the specified
numeric expressions to be equal.
| |
| Eq(INumExpr, Double) |
Creates and returns a range forcing the specified numeric
expression to be equal to the specified value.
| |
| Eq(Double, INumExpr, String) |
Creates and returns a named range forcing the specified value
to be equal to the specified numeric expression.
| |
| Eq(INumExpr, INumExpr, String) |
Creates and returns a named constraint forcing the specified
numeric expressions to be equal.
| |
| Eq(INumExpr, Double, String) |
Creates and returns a named range forcing the specified numeric
expression to be equal to the specified value.
|