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

floatValue()

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

Syntax

public final float floatValue()

Arguments

None.

Exceptions

None.

Example

float f = dcomplexvar.floatValue();  

  IDL Online Help (March 06, 2007)