Initializing help system before first use

XPRBterm Class

Methods for initialisation and handling of XPRBterm objects.
Inheritance Hierarchy
SystemObject
   BCLXPRBterm

Namespace:  BCL
Assembly: xprbdn (in xprbdn.dll) Version: 45.01.02+1f9fd7ff9a8620394fec1839699751312debed40
Syntax
C#
public class XPRBterm
VB
Public Class XPRBterm

The XPRBterm type exposes the following members.

Constructors
  Name Description
Public method XPRBterm(XPRBterm) Initializes a new instance of the XPRBterm class
Public method XPRBterm(Double, XPRBvar) Initializes a new instance of the XPRBterm class
Top
Methods
  Name Description
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public methodCode example neg Negate the coefficient of the XPRBterm.
Public methodStatic memberCode example neg(XPRBterm) Negate the coefficient of the XPRBterm.
Public method sqr Find the square of the term.
Public method ToString Generate a string representation of a term
(Overrides ObjectToString)
Top
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(XPRBterm) Negate an XPRBterm.
Top
Fields
  Name Description
Public field coeff  
Public field var  
Public field varRef  
Top
See Also

Reference

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