|
ION Java User's Guide: ION Java Class and Method Reference |
|
The isArray() method determines if the value of the variable is an array.
public final boolean isArray()
This method returns true if the variable is an array and false if the variable is not.
None.
None.
boolean bIsArray = myVariable.isArray();
IDL Online Help (March 06, 2007)