Klasse ClosedInterval
java.lang.Object
ch.nolix.tech.math.bigdecimalmath.ClosedInterval
- Alle implementierten Schnittstellen:
IClosedInterval
-
Konstruktorübersicht
KonstruktorBeschreibungClosedInterval
(double min, double max) ClosedInterval
(double min, double max, int decimalPlaces) ClosedInterval
(BigDecimal min, BigDecimal max) ClosedInterval
(BigDecimal min, BigDecimal max, int decimalPlaces) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
containsValue
(BigDecimal value) boolean
int
getHalfs()
getMax()
getMin()
int
hashCode()
inDecimalPlaces
(int decimalPlaces) boolean
intersectsWith
(IClosedInterval closedInterval) toString()
-
Konstruktordetails
-
ClosedInterval
-
ClosedInterval
-
ClosedInterval
public ClosedInterval(double min, double max) -
ClosedInterval
public ClosedInterval(double min, double max, int decimalPlaces)
-
-
Methodendetails
-
containsValue
- Angegeben von:
containsValue
in SchnittstelleIClosedInterval
-
equals
-
getDecimalPlaces
public int getDecimalPlaces()- Angegeben von:
getDecimalPlaces
in SchnittstelleIClosedInterval
-
getHalfs
- Angegeben von:
getHalfs
in SchnittstelleIClosedInterval
-
getLength
- Angegeben von:
getLength
in SchnittstelleIClosedInterval
-
getMax
- Angegeben von:
getMax
in SchnittstelleIClosedInterval
-
getMidPoint
- Angegeben von:
getMidPoint
in SchnittstelleIClosedInterval
-
getMin
- Angegeben von:
getMin
in SchnittstelleIClosedInterval
-
hashCode
public int hashCode() -
inDecimalPlaces
- Angegeben von:
inDecimalPlaces
in SchnittstelleIClosedInterval
-
intersectsWith
- Angegeben von:
intersectsWith
in SchnittstelleIClosedInterval
-
toString
-