| Diploma Thesis Percolation Simulation C++ Sourcecode Documentation |
#include <statistics.h>
Collaboration diagram for statistics::minmax:

Public Methods | |
| minmax () | |
| minmax (double min_, double max_) | |
| void | reset () |
| void | set_if_more_extreme (double comparer) |
Public Attributes | |
| double | min |
| double | max |
|
|
Definition at line 306 of file statistics.h.
|
|
||||||||||||
|
Definition at line 313 of file statistics.h.
|
|
|
Definition at line 309 of file statistics.h.
|
|
|
Definition at line 315 of file statistics.h.
|
|
|
Definition at line 299 of file statistics.h. Referenced by minmax(), reset(), and set_if_more_extreme(). |
|
|
Definition at line 298 of file statistics.h. Referenced by minmax(), reset(), and set_if_more_extreme(). |
| Diploma Thesis Sourcecode
Documentation check out the text and the executable binaries |