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