public class DoubleRange extends Object
| Constructor and Description |
|---|
DoubleRange(double min,
double max) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
double |
getMax() |
double |
getMin() |
int |
hashCode() |
String |
toString() |
static DoubleRange |
union(DoubleRange first,
DoubleRange second) |
public double getMin()
public double getMax()
public static DoubleRange union(DoubleRange first, DoubleRange second)
Copyright © 2012–2022. All rights reserved.