| Package | Description |
|---|---|
| com.io7m.jranges |
Core functions and types.
|
| Modifier and Type | Field and Description |
|---|---|
static RangeInclusiveD |
Ranges.NATURAL_DOUBLE
The inclusive range of numbers greater than or equal to
0,
[0, {@link Double#MAX_VALUE}]. |
static RangeInclusiveD |
Ranges.POSITIVE_DOUBLE
The inclusive range of numbers greater than or equal to
1,
[1, {@link Double#MAX_VALUE}]. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RangeInclusiveD.isIncludedIn(RangeInclusiveD other)
Determine if the given range is included in this range.
|
Copyright © 2015 <code@io7m.com> http://io7m.com