public class RealInterval extends Interval<java.lang.Double>
| Constructor and Description |
|---|
RealInterval(java.lang.Double begin,
java.lang.Double end)
Construct an interval on the real line.
|
| Modifier and Type | Method and Description |
|---|---|
double |
lower()
Get the lower bound of this interval.
|
double |
upper()
Get the upper bound of this interval.
|