Overload List

  NameDescription
Public methodEq(Double, INumExpr)
Creates and returns an instance of IRange initialized to represent the constraint val == expr.
Public methodEq(INumExpr, INumExpr)
Creates and returns an instance of IConstraint initialized to represent the constraint e1 == e2.
Public methodEq(INumExpr, Double)
Creates and returns an instance of IRange initialized to represent the constraint expr == rhs.
Public methodEq(Double, INumExpr, String)
Creates and returns an instance of IRange initialized to represent the constraint val == expr and assigned the name name.
Public methodEq(INumExpr, INumExpr, String)
Creates and returns an instance of IConstraint initialized to represent the constraint e1 == e2 and assigned the name name.
Public methodEq(INumExpr, Double, String)
Creates and returns an instance of IRange initialized to represent the constraint expr == rhs and assigned the name name.

See Also