Previous ION Java User's Guide: ION Java Class and Method Reference Next

getDImaginary()

The getDImaginary() method returns the imaginary portion of the complex number as a double-precision floating-point value.

Syntax

public final double getDImaginary()

Arguments

None.

Exceptions

None.

Example

double d = complexvar.getDImaginary();  

  IDL Online Help (March 06, 2007)