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

intValue()

The intValue() method returns the real portion of the complex number as an integer value.

Syntax

public final int intValue()

Arguments

None.

Exceptions

None.

Example

int i = complexvar.intValue();  

  IDL Online Help (March 06, 2007)