getMax method
Implementation
double getMax() {
if (dirtyExtremes > (isPrecision() ? 0 : data.length)) {
resetExtremes();
}
return vmax;
}
double getMax() {
if (dirtyExtremes > (isPrecision() ? 0 : data.length)) {
resetExtremes();
}
return vmax;
}