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

IONComplex()

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

Syntax

public IONComplex(float r, float i)

Arguments

r

The real portion of the number.

i

The imaginary portion of the number.

Exceptions

None.

Example

IONComplex complexvar = new IONComplex(3.0, 2.0);  

  IDL Online Help (March 06, 2007)