drasys.or
Interface ComplexI

All Known Implementing Classes:
Complex

public interface ComplexI

An interface to an object that has a complex value.


Method Summary
 double getImag()
          Return the imaginary part;
 double getReal()
          Return the real part;
 

Method Detail

getReal

public double getReal()
Return the real part;

getImag

public double getImag()
Return the imaginary part;


Copyright(C)1997-2000 by DRA Systems all rights reserved. OpsResearch.com