IComplex.h
Classes
- IComplex -- Integer complex numbers. (full description)
Interface
- Public Members
- IComplex() : re(0), im(0)
- IComplex(Int r) : re(r), im(0)
- IComplex(Int r, Int i) : re(r), im(i)
- Int real() const
- Int imag() const
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Synopsis
The class IComplex is only a container for FITS usage.
Member Description
IComplex() : re(0), im(0)
IComplex(Int r) : re(r), im(0)
IComplex(Int r, Int i) : re(r), im(i)
From one or two ints (note for gnu use)
Int real() const
Int imag() const
For use in FITS classes only