Package dev.nm.number
Interface DoubleUtils.which
-
- Enclosing class:
- DoubleUtils
public static interface DoubleUtils.which
Decide whether x satisfies theboolean
test.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isTrue(double x, int index)
Decide whether x is to be selected.
-