|
ION Java User's Guide: ION Java Class and Method Reference |
|
The getComplexArray() method returns the value of the complex array variable.
public final IONComplex[] getComplexArray()
The method returns the value of the complex array variable.
None.
try {
IONComplex c[] = myVariable.getComplexArray();
}catch(IONNotAnArrayException e){
System.err.println("Variable is not an array");
}
IDL Online Help (March 06, 2007)