OpenMS
2.7.0
|
Struct representing the statistics about one meta information. More...
#include <OpenMS/VISUAL/DIALOGS/LayerStatisticsDialog.h>
Public Member Functions | |
MetaStatsValue_ (unsigned long c=0, double mi=0, double ma=0, double a=0) | |
Public Attributes | |
unsigned long | count |
double | min |
double | max |
double | avg |
Struct representing the statistics about one meta information.
|
inline |
References OpenMS::Constants::c.
double avg |
Referenced by LayerStatisticsDialog::computeMetaDataArrayStats_().
unsigned long count |
Referenced by LayerStatisticsDialog::computeMetaDataArrayStats_().
double max |
Referenced by LayerStatisticsDialog::computeMetaDataArrayStats_().
double min |
Referenced by LayerStatisticsDialog::computeMetaDataArrayStats_().