Interface IClosedInterval
- All Known Implementing Classes:
ClosedInterval
public interface IClosedInterval
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsValue(BigDecimal value) intgetHalfs()getMax()getMin()booleanintersectsWithClosedInterval(IClosedInterval closedInterval) withDecimalPlaceCount(int decimalPlaces)
-
Method Details
-
containsValue
-
getDecimalPlaceCount
int getDecimalPlaceCount() -
getHalfs
IPair<IClosedInterval, IClosedInterval> getHalfs() -
getLength
BigDecimal getLength() -
getMax
BigDecimal getMax() -
getMidPoint
BigDecimal getMidPoint() -
getMin
BigDecimal getMin() -
intersectsWithClosedInterval
-
withDecimalPlaceCount
-