Page MenuHomePhorge

StatisticValue.h
No OneTemporary

Size
328 B
Referenced Files
None
Subscribers
None

StatisticValue.h

#ifndef STATISTICVALUE_HEADERFILE
#define STATISTICVALUE_HEADERFILE
#include "AverageValue.h"
#include "ExtremeValue.h"
class StatisticValue : public AverageValue, public ExtremeValue {
public:
StatisticValue();
void resetStatisticValue();
void injectAndCalculateStatisticValue(float value);
};
#endif

File Metadata

Mime Type
text/x-c++
Expires
Sun, May 31, 4:34 PM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
330004
Default Alt Text
StatisticValue.h (328 B)

Event Timeline