Addition Operator (XPRBexpr, XPRBsos)
Note: This API is now obsolete.
  Add an XPRBexpr to an XPRBsos. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0
 Syntax
Syntax
Parameters
- rhs
- 
   Type: 
   BCLXPRBexpr
   
 The XPRBexpr to add.
- lhs
- 
   Type: 
   BCLXPRBsos
   
 The XPRBsos to be added to.
Return Value
Type: XPRBsosThe resultant XPRBsos.
 Examples
Examples
  XPRBvar var = new XPRBvar("Variable1"); XPRBexpr exp = new XPRBexpr(2.2*var); XPRBsos sos = new XPRBsos(); ... sos = exp+sos; 
 See Also
See Also
 
