neg Method (XPRBterm)
  Negate the coefficient of the XPRBterm. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.13.0
 Syntax
Syntax
Parameters
- l
- 
   Type: 
   BCLXPRBterm
   
 The XPRMterm to negate.
Return Value
Type: XPRBtermThe negated XPRMterm.
 Examples
Examples
  XPRBprob prob = new XPRBprob("NewProb"); XPRBvar var = new XPRBvar("Variable"); XPRBterm term = new XPRBterm(4.2, var); ... XPRBterm.neg(term); 
 See Also
See Also
 
