| 
    Jpp
    19.1.0
    
   the software that should make you happy 
   | 
 
Auxiliary class to determine average of set of values. More...
#include <JMath.hh>
Public Member Functions | |
| JAverage () | |
| Default constructor.  More... | |
| template<class T > | |
| JAverage (T __begin, T __end) | |
| Constructor.  More... | |
| void | reset () | 
| Reset.  More... | |
| operator JValue_t () const | |
| Type conversion operator.  More... | |
| void | put (const JValue_t &value, const double w=1.0) | 
| Put value.  More... | |
Private Attributes | |
| JValue_t | value | 
| double | weight | 
Auxiliary class to determine average of set of values.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Type conversion operator.
Definition at line 452 of file JMath.hh.
      
  | 
  inline | 
      
  | 
  private | 
      
  | 
  private |