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

toString()

The toString() method returns the real portion of the complex number as a string value.

Syntax

public final String toString()

Arguments

None.

Exceptions

None.

Example

String s = complexvar.toString();  

  IDL Online Help (March 06, 2007)