public static class SampleStat.MinMax extends Object
Constructor and Description |
---|
MinMax() |
Modifier and Type | Method and Description |
---|---|
void |
add(double value) |
double |
max() |
double |
min() |
void |
reset() |
void |
reset(SampleStat.MinMax other) |
public void add(double value)
public double min()
public double max()
public void reset()
public void reset(SampleStat.MinMax other)
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.