Overload List
| Name | Description | |
|---|---|---|
| AddLe(Double, INumExpr) |
Creates and returns a range forcing the specified
value to be less than than or equal to the
specified numeric expression.
| |
| AddLe(INumExpr, INumExpr) |
Creates and returns a constraint forcing the first specified
numeric expression to be less than than or equal to the
second specified numeric expression.
| |
| AddLe(INumExpr, Double) |
Creates and returns a range forcing the specified
numeric expression to be less than than or equal to the
specified value.
| |
| AddLe(Double, INumExpr, String) |
Creates and returns a named range forcing the specified
value to be less than than or equal to the
specified numeric expression.
| |
| AddLe(INumExpr, INumExpr, String) |
Creates and returns a named constraint forcing the first specified
numeric expression to be less than than or equal to the
second specified numeric expression.
| |
| AddLe(INumExpr, Double, String) |
Creates and returns a named range forcing the specified
numeric expression to be less than than or equal to the
specified value.
|