XPRBexpr Operators
The XPRBexpr type exposes the following members.
 Operators
Operators
| Name | Description | |
|---|---|---|
|    | Addition(Double, XPRBexpr) | 
       Add a double to an XPRBexpr. 
      | 
|    | Addition(XPRBexpr, XPRBexpr) | 
       Add one XPRBexpr to another. 
      | 
|    | Addition(XPRBexpr, XPRBterm) | 
       Add an XPRBterm to an XPRBexpr. 
      | 
|    | Addition(XPRBexpr, XPRBvar) | 
       Add an XPRBvar to an XPRBexpr. 
      | 
|    | Addition(XPRBexpr, Double) | 
       Add a double to an XPRBexpr. 
      | 
|    | Addition(XPRBterm, XPRBexpr) | 
       Add an XPRBterm to an XPRBexpr. 
      | 
|    | Addition(XPRBvar, XPRBexpr) | 
       Add an XPRBvar to an XPRBexpr. 
      | 
|    | Equality(Double, XPRBexpr) | 
       Create an XPRBrelation from an XPRBexpr and a double. 
      | 
|    | Equality(XPRBexpr, XPRBexpr) | 
       Create an XPRBrelation from two XPRBexprs. 
      | 
|    | Equality(XPRBexpr, XPRBterm) | 
       Create an XPRBrelation from an XPRBexpr and an XPRBterm. 
      | 
|    | Equality(XPRBexpr, XPRBvar) | 
       Create an XPRBrelation from an XPRBexpr and an XPRBvar. 
      | 
|    | Equality(XPRBexpr, Double) | 
       Create an XPRBrelation from an XPRBexpr and a double. 
      | 
|    | Equality(XPRBterm, XPRBexpr) | 
       Create an XPRBrelation from an XPRBterm and an XPRBexpr. 
      | 
|    | Equality(XPRBvar, XPRBexpr) | 
       Create an XPRBrelation from an XPRBexpr and an XPRBvar. 
      | 
|    | GreaterThanOrEqual(Double, XPRBexpr) | 
       Create an XPRBrelation from an XPRBexpr and a double. 
      | 
|    | GreaterThanOrEqual(XPRBexpr, XPRBexpr) | 
       Create an XPRBrelation from two XPRBexprs. 
      | 
|    | GreaterThanOrEqual(XPRBexpr, XPRBterm) | 
       Create an XPRBrelation from an XPRBexpr and an XPRBterm. 
      | 
|    | GreaterThanOrEqual(XPRBexpr, XPRBvar) | 
       Create an XPRBrelation from an XPRBexpr and an XPRBvar. 
      | 
|    | GreaterThanOrEqual(XPRBexpr, Double) | 
       Create an XPRBrelation from an XPRBexpr and a double. 
      | 
|    | GreaterThanOrEqual(XPRBterm, XPRBexpr) | 
       Create an XPRBrelation from an XPRBterm and an XPRBexpr 
      | 
|    | GreaterThanOrEqual(XPRBvar, XPRBexpr) | 
       Create an XPRBrelation from an XPRBexpr and an XPRBvar. 
      | 
|   | Inequality(Double, XPRBexpr) | 
       != relation type is not supported by FICO Xpress. Attempting to use this will cause an UnsupportedRelationTypeException. 
      | 
|   | Inequality(XPRBexpr, XPRBexpr) | 
       != relation type is not supported by FICO Xpress. Attempting to use this will cause an UnsupportedRelationTypeException. 
      | 
|   | Inequality(XPRBexpr, XPRBterm) | 
       != relation type is not supported by FICO Xpress. Attempting to use this will cause an UnsupportedRelationTypeException. 
      | 
|   | Inequality(XPRBexpr, XPRBvar) | 
       != relation type is not supported by FICO Xpress. Attempting to use this will cause an UnsupportedRelationTypeException. 
      | 
|   | Inequality(XPRBexpr, Double) | 
       != relation type is not supported by FICO Xpress. Attempting to use this will cause an UnsupportedRelationTypeException. 
      | 
|   | Inequality(XPRBterm, XPRBexpr) | 
       != relation type is not supported by FICO Xpress. Attempting to use this will cause an UnsupportedRelationTypeException. 
      | 
|   | Inequality(XPRBvar, XPRBexpr) | 
       != relation type is not supported by FICO Xpress. Attempting to use this will cause an UnsupportedRelationTypeException. 
      | 
|    | LessThanOrEqual(Double, XPRBexpr) | 
       Create an XPRBrelation from an XPRBexpr and a double. 
      | 
|    | LessThanOrEqual(XPRBexpr, XPRBexpr) | 
       Create an XPRBrelation from two XPRBexprs. 
      | 
|    | LessThanOrEqual(XPRBexpr, XPRBterm) | 
       Create an XPRBrelation from an XPRBexpr and an XPRBterm. 
      | 
|    | LessThanOrEqual(XPRBexpr, XPRBvar) | 
       Create an XPRBrelation from an XPRBexpr and an XPRBvar. 
      | 
|    | LessThanOrEqual(XPRBexpr, Double) | 
       Create an XPRBrelation from an XPRBexpr and a double. 
      | 
|    | LessThanOrEqual(XPRBterm, XPRBexpr) | 
       Create an XPRBrelation from an XPRBterm and an XPRBexpr. 
      | 
|    | LessThanOrEqual(XPRBvar, XPRBexpr) | 
       Create an XPRBrelation from an XPRBexpr and an XPRBvar. 
      | 
|    | Multiply(Double, XPRBexpr) | 
       Multiply a double by an XPRBexpr. 
      | 
|    | Multiply(XPRBexpr, XPRBexpr) | 
       Multiply an XPRBexpr by another XPRBexpr. 
      | 
|    | Multiply(XPRBexpr, XPRBterm) | 
       Multiply an XPRBexpr and an XPRBterm 
      | 
|    | Multiply(XPRBexpr, Double) | 
       Multiply an XPRBexpr by a double. 
      | 
|    | Multiply(XPRBterm, XPRBexpr) | 
       Multiply an XPRBexpr and an XPRBterm 
      | 
|    | Subtraction(Double, XPRBexpr) | 
       Subtract an XPRBexpr from a double. 
      | 
|    | Subtraction(XPRBexpr, XPRBexpr) | 
       Subtract one XPRBexpr from another. 
      | 
|    | Subtraction(XPRBexpr, XPRBterm) | 
       Subtract an XPRBterm from an XPRBexpr. 
      | 
|    | Subtraction(XPRBexpr, XPRBvar) | 
       Subtract an XPRBvar from an XPRBexpr. 
      | 
|    | Subtraction(XPRBexpr, Double) | 
       Subtract a double from an XPRBexpr. 
      | 
|    | Subtraction(XPRBterm, XPRBexpr) | 
       Subtract an XPRBexpr from an XPRBterm. 
      | 
|    | Subtraction(XPRBvar, XPRBexpr) | 
       Subtract an XPRBexpr from an XPRBvar. 
      | 
|    | UnaryNegation | 
       Negate an XPRBexpr. 
      | 
 See Also
See Also
 
