Overload List

  NameDescription
Public methodEq(Double, INumExpr)
Creates and returns a range forcing the specified value to be equal to the specified numeric expression.
Public methodEq(INumExpr, INumExpr)
Creates and returns a constraint forcing the specified numeric expressions to be equal.
Public methodEq(INumExpr, Double)
Creates and returns a range forcing the specified numeric expression to be equal to the specified value.
Public methodEq(Double, INumExpr, String)
Creates and returns a named range forcing the specified value to be equal to the specified numeric expression.
Public methodEq(INumExpr, INumExpr, String)
Creates and returns a named constraint forcing the specified numeric expressions to be equal.
Public methodEq(INumExpr, Double, String)
Creates and returns a named range forcing the specified numeric expression to be equal to the specified value.

See Also