edu.iris.Fissures.IfTimeSeries
Class ComplexNumber

java.lang.Object
  extended by edu.iris.Fissures.IfTimeSeries.ComplexNumber
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class ComplexNumber
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

See Also:
Serialized Form

Field Summary
 float imaginary_part
           
 float real_part
           
 
Constructor Summary
ComplexNumber()
           
ComplexNumber(float real_part, float imaginary_part)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

real_part

public float real_part

imaginary_part

public float imaginary_part
Constructor Detail

ComplexNumber

public ComplexNumber()

ComplexNumber

public ComplexNumber(float real_part,
                     float imaginary_part)