Overload List

  NameDescription
Public methodAddGe(Double, INumExpr)
Creates and returns a constraint that the specified value must be greater than or equal to the specified numeric expression.
Public methodAddGe(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.
Public methodAddGe(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.
Public methodAddGe(Double, INumExpr, String)
Creates and returns a named constraint that the specified value must be greater than or equal to the specified numeric expression.
Public methodAddGe(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.
Public methodAddGe(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.

See Also