public final class DoubleInterval extends Object implements Serializable
| Constructor and Description |
|---|
DoubleInterval(double singleValue) |
DoubleInterval(double minValue,
double maxValue) |
| Modifier and Type | Method and Description |
|---|---|
double |
getMaxValue() |
double |
getMinValue() |
boolean |
isNonNegative() |
boolean |
isStrictlyNegative() |
boolean |
isStrictlyPositive() |
String |
toString() |
public DoubleInterval(double minValue,
double maxValue)
public DoubleInterval(double singleValue)
Copyright © 2017. All rights reserved.