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