Contains three simple utility functions leveraged by the WaveformWidget class. More...
#include <MathUtil.h>
Static Public Member Functions | |
| static double | getMax (double *arr) |
| Returns the maximum of all elements in an array of double-precision floating point values. | |
| static double | getVMax (vector< double > vec) |
| Returns the maximum of all elements in a vector of double-precision floating point values. | |
| static double | round (double value) |
| Rounds a double-precision floating point value to the nearest integer. | |
Contains three simple utility functions leveraged by the WaveformWidget class.
Definition at line 17 of file MathUtil.h.
1.6.1