IONComplex Class
The IONComplex class represents a complex number.
Class Declaration
|
public class IONComplex
|
| |
extends Number
|
Methods
- IONComplex() — Constructs an object of the IONComplex class.
- doubleValue() — Returns the real portion of the number as a double.
- floatValue() — Returns the real portion of the number as a float.
- getImaginary() — Returns the imaginary portion of the number as a float.
- intValue() — Returns the real portion of the number as an integer.
- longValue() — Returns the real portion of the number as a long.
- toString() — Returns the string value of the real portion of the number.
IDL Online Help (March 06, 2007)