IONDComplex Class
The IONDComplex class represents a double-precision complex number.
Class Declaration
|
public class IONDComplex
|
| |
extends Number
|
Methods
- doubleValue() — Returns the double value of the real portion of the number.
- floatValue() — Returns the float value of the real portion of the number.
- intValue() — Returns the int value of the real portion of the number.
- longValue() — Returns the long value of the real portion of the number.
- toString() — Returns the string value of the real portion of the number.
IDL Online Help (March 06, 2007)