|
ION Java User's Guide: ION Java Class and Method Reference |
|
The IONDComplex() method constructs an object of the IONDComplex class.
public IONDComplex(double r, double i)
The real portion of the number.
The imaginary portion of the number.
None.
IONDComplex dcomplexvar = new IONDComplex(3.0, 2.0);
IDL Online Help (March 06, 2007)