Initializing help system before first use

XPRBterm Operators

The XPRBterm type exposes the following members.

Operators
  Name Description
Public operatorStatic member Addition(Double, XPRBterm)
Add an XPRBterm and a value
Public operatorStatic memberCode example Addition(XPRBterm, XPRBterm)
Add two XPRBterms.
Public operatorStatic member Addition(XPRBterm, Double)
Add an XPRBterm and a value
Public operatorStatic memberCode example Equality(Double, XPRBterm)
Create an XPRBrelation from a number and an XPRBterm
Public operatorStatic memberCode example Equality(XPRBterm, XPRBterm)
Create an XPRBrelation from an two XPRBterms
Public operatorStatic memberCode example Equality(XPRBterm, Double)
Create an XPRBrelation from an XPRBterm and a number
Public operatorStatic memberCode example GreaterThanOrEqual(Double, XPRBterm)
Create an XPRBrelation from a number and an XPRBterm
Public operatorStatic memberCode example GreaterThanOrEqual(XPRBterm, XPRBterm)
Create an XPRBrelation from an two XPRBterms
Public operatorStatic memberCode example GreaterThanOrEqual(XPRBterm, Double)
Create an XPRBrelation from an XPRBterm and a number
Public operatorStatic member Inequality(Double, XPRBterm)
!= relation type is not supported by FICO Xpress. Attempting to use this will cause an UnsupportedRelationTypeException.
Public operatorStatic member Inequality(XPRBterm, XPRBterm)
!= relation type is not supported by FICO Xpress. Attempting to use this will cause an UnsupportedRelationTypeException.
Public operatorStatic member Inequality(XPRBterm, Double)
!= relation type is not supported by FICO Xpress. Attempting to use this will cause an UnsupportedRelationTypeException.
Public operatorStatic memberCode example LessThanOrEqual(Double, XPRBterm)
Create an XPRBrelation from a number and an XPRBterm
Public operatorStatic memberCode example LessThanOrEqual(XPRBterm, XPRBterm)
Create an XPRBrelation from an two XPRBterms
Public operatorStatic memberCode example LessThanOrEqual(XPRBterm, Double)
Create an XPRBrelation from an XPRBterm and a number
Public operatorStatic memberCode example Subtraction(Double, XPRBterm)
Subtract a XPRBterm from a double.
Public operatorStatic memberCode example Subtraction(XPRBterm, XPRBterm)
Subtract one XPRBterm from another.
Public operatorStatic memberCode example Subtraction(XPRBterm, Double)
Subtract a double from an XPRBterm.
Public operatorStatic memberCode example UnaryNegation
Negate an XPRBterm.
Top
See Also