IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2004, 3:50:57 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psStats.h

    r716 r729  
    8383
    8484/** Histograms  */
     85// NOTE: I added the numBins member.  Must consult with IfA on this.
    8586typedef struct
    8687{
     
    9293    int minNum;
    9394    int maxNum;                     ///< Number below the minimum and above the maximum
     95    int numBins;                    ///< Number of bins in this histogram.
    9496}
    9597psHistogram;
Note: See TracChangeset for help on using the changeset viewer.