Creates and returns an instance of IRange
initialized to represent the constraint e1 == e2
.
Creates and returns an instance of IRange
initialized to represent the constraint e1 == e2
.
IConstraint Eq(INumExpr,INumExpr);
IConstraint Eq(INumExpr,INumExpr,string);
Creates and returns an instance of IRange
initialized to represent the constraint expr == rhs
.
IRange Eq(INumExpr,double);
IRange Eq(INumExpr,double,string);
Creates and returns an instance of IRange
initialized to represent the constraint val == expr
.
IRange Eq(double,INumExpr);
IRange Eq(double,INumExpr,string);