Initializing help system before first use

XPRBexpr Operators

The XPRBexpr type exposes the following members.

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

© 2001-2024 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.