public class PointResults
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected double |
point
Point on curve at which results are for
|
protected double[] |
results
Sampled values of result at this point
|
Constructor and Description |
---|
PointResults(int numResults)
Create a vector of results for a point
|
Modifier and Type | Method and Description |
---|---|
void |
addResult(int numResult,
double result)
Set the nth result
|
double |
getPoint() |
double[] |
getResults() |
void |
setPoint(double point) |
java.lang.String |
toString() |
protected double point
protected double[] results
public PointResults(int numResults)
public double getPoint()
public void setPoint(double point)
public void addResult(int numResult, double result)
public double[] getResults()
public java.lang.String toString()
toString
in class java.lang.Object