public class Range
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
lower
the lower value of range
|
double |
upper
the upper value of range
|
| Constructor and Description |
|---|
Range(double start,
double end)
Constructor.
|
Range(Range range)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public double lower
public double upper
public Range(double start,
double end)
start - the start value of rangeend - the end value of rangepublic Range(Range range)
range - the range