public class Range extends Object
Constructor and Description |
---|
Range() |
Modifier and Type | Method and Description |
---|---|
static double[] |
ofDoubles(double from,
double step,
int numValues)
Creates a range of double values
|
static int[] |
ofIntegers(int from,
int step,
int numValues)
Creates a range of int values
|
public static int[] ofIntegers(int from, int step, int numValues)
from
- Initial valuestep
- Step sizenumValues
- Number of values of the rangepublic static double[] ofDoubles(double from, double step, int numValues)
from
- Initial valuestep
- Step sizenumValues
- Number of values of the rangeCopyright © 2020. All rights reserved.