Overload List

  NameDescription
Public methodAddLe(Double, INumExpr)
Creates and returns a range forcing the specified value to be less than than or equal to the specified numeric expression.
Public methodAddLe(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.
Public methodAddLe(INumExpr, Double)
Creates and returns a range forcing the specified numeric expression to be less than than or equal to the specified value.
Public methodAddLe(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.
Public methodAddLe(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.
Public methodAddLe(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.

See Also