-
Field Summary
Fields
Modifier and Type |
Field |
Description |
int |
end |
|
int |
start |
|
-
Constructor Summary
Constructors
Constructor |
Description |
Range() |
|
Range(double[] vals) |
|
Range(int s,
int e) |
|
-
Method Summary
-
-
Constructor Details
-
public Range(
int s,
int e)
-
-
public Range(
double[] vals)
-
Method Details
-
public void set(
double[] vals)
-
-
-
-
-
-
-
-
-