|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for objects that represent functions of a double
array parameter.
| Method Summary | |
int |
getDoubleArrayParameterLength()
Get the length of the double array parameter. |
void |
setDoubleArrayParameter(double[] p,
int offset)
Set the double array parameter by the values in a
double[]. |
| Method Detail |
public int getDoubleArrayParameterLength()
double array parameter.
double array parameter.
public void setDoubleArrayParameter(double[] p,
int offset)
double array parameter by the values in a
double[]. The values for the double array
parameter are read from p[offset,…,offset + len -
1], where len is the value returned by getDoubleArrayParameterLength(). The parameter
p should not be changed.
p - a double[] whith length at least
offset+len holding the values to which the
double array parameter is set.offset - the position in p where the
double array parameter is read from.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||