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