XPRBexpr Operators
The XPRBexpr type exposes the following members.

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.
|

© 2001-2019 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.