XPRBquadExp Class
Note: This API is now obsolete.

Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0

The XPRBquadExp type exposes the following members.

Name | Description | |
---|---|---|
![]() |
XPRBquadExp |
Initializes a new instance of the
XPRBquadExp class
|
![]() |
XPRBquadExp(Double) |
Initializes a new instance of the
XPRBquadExp class
|
![]() |
XPRBquadExp(Int32) |
Initializes a new instance of the
XPRBquadExp class
|
![]() |
XPRBquadExp(IntPtr) |
Initializes a new instance of the
XPRBquadExp class
|
![]() |
XPRBquadExp(XPRBexpr) |
Initializes a new instance of the
XPRBquadExp class
|
![]() |
XPRBquadExp(XPRBterm) |
Initializes a new instance of the
XPRBquadExp class
|
![]() |
XPRBquadExp(XPRBvar) |
Initializes a new instance of the
XPRBquadExp class
|
![]() |
XPRBquadExp(Double, XPRBvar) |
Initializes a new instance of the
XPRBquadExp class
|
![]() |
XPRBquadExp(XPRBterm, XPRBterm) |
Initializes a new instance of the
XPRBquadExp class
|
![]() |
XPRBquadExp(XPRBvar, Double) |
Initializes a new instance of the
XPRBquadExp class
|
![]() |
XPRBquadExp(Double, XPRBvar, XPRBvar) |
Initializes a new instance of the
XPRBquadExp class
|
![]() |
XPRBquadExp(XPRBvar, XPRBvar, Double) |
Initializes a new instance of the
XPRBquadExp class
|

Name | Description | |
---|---|---|
![]() ![]() |
add(Double) |
Adds a numeric value to the XPRB expression.
(Inherited from XPRBexpr.) |
![]() ![]() |
add(XPRBexpr) |
Adds another XPRB expression to the current XPRB expression.
(Inherited from XPRBexpr.) |
![]() ![]() |
add(XPRBterm) |
Adds an XPRBterm term to the XPRB expression.
(Inherited from XPRBexpr.) |
![]() ![]() |
add(XPRBvar) |
Adds an XPRBvar variable to the XPRB expression.
(Inherited from XPRBexpr.) |
![]() ![]() |
addTerm(Double) |
Add a term involving a sole double to the XPRB expression.
(Inherited from XPRBexpr.) |
![]() ![]() |
addTerm(XPRBterm) |
Add a term involving an XPRBter, to the XPRB expression/
(Inherited from XPRBexpr.) |
![]() ![]() |
addTerm(XPRBvar) |
Add a term involving a sole XPRBvar to the XPRB expression.
(Inherited from XPRBexpr.) |
![]() ![]() |
addTerm(Double, XPRBvar) |
Add a term involving an XPRBvar and double to the XPRB expression.
(Inherited from XPRBexpr.) |
![]() ![]() |
addTerm(XPRBvar, Double) |
Add a term involving an XPRBvar and double to the XPRB expression.
(Inherited from XPRBexpr.) |
![]() ![]() |
addTerm(Double, XPRBvar, XPRBvar) |
Add a term involving two XPRBvars and a double to the XPRB expression.
(Inherited from XPRBexpr.) |
![]() ![]() |
addTerm(XPRBvar, XPRBvar, Double) |
Add a term involving two XPRBvars and a double to the XPRB expression.
(Inherited from XPRBexpr.) |
![]() |
assign |
Assign an XPRB expression to the current XPRBexpr.
(Inherited from XPRBexpr.) |
![]() ![]() |
delTerm(XPRBvar) |
Removes terms of a specified XPRbvar from an XPRB expression.
(Inherited from XPRBexpr.) |
![]() ![]() |
delTerm(XPRBvar, XPRBvar) |
Delete a term involving two XPRBvars from the XPRB expression.
(Inherited from XPRBexpr.) |
![]() |
Dispose | (Inherited from XPRBexpr.) |
![]() |
Dispose(Boolean) | (Inherited from XPRBexpr.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from XPRBexpr.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() ![]() |
getSol |
Evaluates the XPRB expression.
(Inherited from XPRBexpr.) |
![]() |
GetType |
Gets the type of the current instance.
(Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object.
(Inherited from Object.) |
![]() ![]() |
mul(Double) |
Multiplies the XPRB expression by a coefficient d.
(Inherited from XPRBexpr.) |
![]() |
mul(XPRBexpr) |
Multiply the XPRBexpr by another XPRBexpr.
(Inherited from XPRBexpr.) |
![]() ![]() |
mul(Double, XPRBexpr) |
Multiplies an XPRB expression by a coefficient d.
(Inherited from XPRBexpr.) |
![]() ![]() |
mul(XPRBexpr, XPRBexpr) |
Multiplies one XPRB expression by another.
(Inherited from XPRBexpr.) |
![]() ![]() |
mul(XPRBexpr, Double) |
Multiplies an XPRB expression by a coefficient d.
(Inherited from XPRBexpr.) |
![]() ![]() |
mul(XPRBterm, XPRBterm) |
Multiply two XPRBterms together to create an XPRBexpr.
(Inherited from XPRBexpr.) |
![]() ![]() |
neg |
Negates the XPRB expression.
(Inherited from XPRBexpr.) |
![]() |
Print the XPRBexpr.
(Inherited from XPRBexpr.) |
|
![]() ![]() |
setTerm(Double) |
Adds a new numeric term to an XPRB expression.
(Inherited from XPRBexpr.) |
![]() ![]() |
setTerm(Double, XPRBvar) |
Adds a new term to an XPRB expression.
(Inherited from XPRBexpr.) |
![]() ![]() |
setTerm(XPRBvar, Double) |
Adds a new term to an XPRB expression.
(Inherited from XPRBexpr.) |
![]() ![]() |
setTerm(Double, XPRBvar, XPRBvar) |
Set a new term in the XPRB expression.
(Inherited from XPRBexpr.) |
![]() ![]() |
setTerm(XPRBvar, XPRBvar, Double) |
Set a new term in the XPRB expression.
(Inherited from XPRBexpr.) |
![]() |
sqr | (Inherited from XPRBexpr.) |
![]() ![]() |
sqr(XPRBexpr) |
Square an XPRBexpr.
(Inherited from XPRBexpr.) |
![]() ![]() |
sqr(XPRBterm) |
Square an XPRBterm to create an XPRBexpr.
(Inherited from XPRBexpr.) |
![]() ![]() |
sqr(XPRBvar) |
Square an XPRBvar variable to create an XPRBexpr.
(Inherited from XPRBexpr.) |
![]() |
ToString |
Return the string representation of the expression.
(Inherited from XPRBexpr.) |


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