Serialized Form

Package sidl

Class sidl.DoubleComplex extends java.lang.Object implements Serializable

serialVersionUID: -633126172485117692L

Serialized Fields

re

 double re
Real part of the DoubleComplex.

im

 double im
Imaginary part of the DoubleComplex.

Class sidl.FloatComplex extends java.lang.Object implements Serializable

serialVersionUID: -633126172485117692L

Serialized Fields

re

 float re
Real part of the FloatComplex.

im

 float im
Imaginary part of the FloatComplex.