| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| static Point2D | create
()
Creates new array object with uninitialized elements. |
| double | get
(int idx0)
Gets an array element with the specified index(indices). If an index is out of range throws exception cipXInvalidArrayIndex. |
| void | set
(int idx0, double value)
Assignes a new value to an array element with the specified index(indices). If an index is out of range throws exception cipXInvalidArrayIndex. |
| Method Detail |
|---|
| get |
|---|
| double | get | (int idx0) |
Gets an array element with the specified index(indices). If an index is out of range throws exception cipXInvalidArrayIndex.
|
| set |
|---|
| void | set | (int idx0, double value) |
Assignes a new value to an array element with the specified index(indices). If an index is out of range throws exception cipXInvalidArrayIndex.
|
| create |
|---|
| static Point2D | create | () |
Creates new array object with uninitialized elements.
|