Uses of Class
org.apache.commons.math4.util.IntegerSequence.Range
| Package | Description |
|---|---|
| org.apache.commons.math4.util |
Convenience routines and common data structures used throughout the commons-math library.
|
-
Uses of IntegerSequence.Range in org.apache.commons.math4.util
Methods in org.apache.commons.math4.util that return IntegerSequence.Range Modifier and Type Method Description static IntegerSequence.RangeIntegerSequence. range(int start, int end)Creates a sequence[start .. end].static IntegerSequence.RangeIntegerSequence. range(int start, int max, int step)Creates a sequenceai, i < 0 < nwhereai = start + i * stepandnis such thatan <= maxandan+1 > max.