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

getImaginary()

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

Syntax

public final float getImaginary()

Arguments

None.

Exceptions

None.

Example

float i = complexvar.getImaginary();  

  IDL Online Help (March 06, 2007)