public class IntervalDouble
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
contains(double value)
Returns whether this interval contains the given value
|
double |
getError()
Returns the range of this interval
|
java.lang.String |
toString() |
public boolean contains(double value)
value
- public double getError()
public java.lang.String toString()
toString
in class java.lang.Object