Initializing help system before first use

GtEq Method

Overload List
  Name Description
Public methodStatic memberCode example GtEq(XPRBexpr, XPRBexpr)
Create an XPRBrelation from two XPRBexprs. Greater than or equal to.
Public methodStatic memberCode example GtEq(XPRBexpr, XPRBterm)
Create an XPRBrelation from an XPRBexpr and an XPRBterm. Greater than or equal to.
Public methodStatic memberCode example GtEq(XPRBexpr, XPRBvar)
Create an XPRBrelation from an XPRBexpr and an XPRBvar. Greater than or equal to.
Public methodStatic memberCode example GtEq(XPRBexpr, Double)
Create an XPRBrelation from an XPRBexpr and a double. Greater than or equal to.
Top
See Also