#include <statistics_dialog.h>
Public Attributes | |
size_t | count = 0 |
double | max = 0 |
double | mean_tot = 0 |
double | min = 0 |
Definition at line 20 of file statistics_dialog.h.
size_t Statistics::count = 0 |
Definition at line 22 of file statistics_dialog.h.
double Statistics::max = 0 |
Definition at line 24 of file statistics_dialog.h.
double Statistics::mean_tot = 0 |
Definition at line 25 of file statistics_dialog.h.
double Statistics::min = 0 |
Definition at line 23 of file statistics_dialog.h.