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