edu.iris.Fissures
Class ComplexNumber

java.lang.Object
  extended by edu.iris.Fissures.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
           
 float real
           
 
Constructor Summary
ComplexNumber()
           
ComplexNumber(float real, float imaginary)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

real

public float real

imaginary

public float imaginary
Constructor Detail

ComplexNumber

public ComplexNumber()

ComplexNumber

public ComplexNumber(float real,
                     float imaginary)