|
ION Java User's Guide: ION Java Class and Method Reference |
|
The getDImaginary() method returns the imaginary value of the double complex variable. If the value is not of type double complex, zero is returned.
public final double getDImaginary()
The method returns the imaginary value of the double complex variable.
None.
try {
double i = myVariable.getDImaginary();
}catch(IONIsAnArrayException e){
System.err.println("Variable is an array");
}
IDL Online Help (March 06, 2007)