|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectptolemy.domains.ct.kernel.CTBaseIntegrator.DoubleDouble
private static class CTBaseIntegrator.DoubleDouble
A data structure for storing two double numbers.
| Field Summary | |
|---|---|
private double[] |
_data
|
| Constructor Summary | |
|---|---|
CTBaseIntegrator.DoubleDouble(double first,
double second)
construct the Double pair. |
|
| Method Summary | |
|---|---|
double[] |
toArray()
Return the data as a double array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private double[] _data
| Constructor Detail |
|---|
public CTBaseIntegrator.DoubleDouble(double first,
double second)
first - The first double value in a DoubleDouble object.second - The second double value in a DoubleDouble object.| Method Detail |
|---|
public double[] toArray()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||