|
ION Java User's Guide: ION Java Class and Method Reference |
|
The getImaginary() method returns the imaginary portion of the complex number as a single-precision floating-point value.
public final float getImaginary()
None.
None.
float i = complexvar.getImaginary();
IDL Online Help (March 06, 2007)