public static final class DistributionAggregation.Range extends Object
| Modifier and Type | Method and Description |
|---|---|
static DistributionAggregation.Range |
create(double min,
double max)
Constructs a new
DistributionAggregation.Range. |
double |
getMax()
The maximum of the population values.
|
double |
getMin()
The minimum of the population values.
|
public static final DistributionAggregation.Range create(double min, double max)
DistributionAggregation.Range.public double getMin()
public double getMax()