Overload List

  NameDescription
Public methodAddEq(Double, INumExpr)
Creates and returns a range initialized to represent the equality of the specified value and expression.
Public methodAddEq(INumExpr, INumExpr)
Creates and returns a constraint initialized to represent the equality of the two specified expressions.
Public methodAddEq(INumExpr, Double)
Creates and returns a range initialized to represent the equality of the specified expression and value.
Public methodAddEq(Double, INumExpr, String)
Creates and returns a named range initialized to represent the equality of the specified value and expression.
Public methodAddEq(INumExpr, INumExpr, String)
Creates and returns a named constraint initialized to represent the equality of the two specified expressions.
Public methodAddEq(INumExpr, Double, String)
Creates and returns a named range initialized to represent the equality of the specified expression and value.

See Also