Overload List

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

See Also