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

IONDComplex()

The IONDComplex() method constructs an object of the IONDComplex class.

Syntax

public IONDComplex(double r, double i)

Arguments

r

The real portion of the number.

i

The imaginary portion of the number.

Exceptions

None.

Example

IONDComplex dcomplexvar = new IONDComplex(3.0, 2.0);  

  IDL Online Help (March 06, 2007)