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: 37.1.1.0
Syntax
C#
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 a hash function for a particular type.
(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
Negate an XPRBterm.
Top
Fields
  Name Description
Public field coeff
Public field var
Public field varRef
Top
See Also

Reference