Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Histogram
comparison Histogram.h @ 8:c83c27796fad
Added sub from hist, added "total" to print and return when bar is zero
| author | Me |
|---|---|
| date | Sat, 20 Nov 2010 08:41:39 +0100 |
| parents | fa6a281bd854 |
| children | 060d63cb5d34 |
comparison
equal
deleted
inserted
replaced
| 5:c4002457f41a | 6:dd49a2764fed |
|---|---|
| 57 addToHist( int32 value, Histogram *hist ); | 57 addToHist( int32 value, Histogram *hist ); |
| 58 | 58 |
| 59 void inline | 59 void inline |
| 60 addIntervalToHist( int32 startIntvl, int32 endIntvl, Histogram *hist ); | 60 addIntervalToHist( int32 startIntvl, int32 endIntvl, Histogram *hist ); |
| 61 | 61 |
| 62 void inline | |
| 63 subIntervalFromHist( int32 startIntvl, int32 endIntvl, Histogram *hist ); | |
| 64 | |
| 62 void | 65 void |
| 63 printHist( Histogram *hist ); | 66 printHist( Histogram *hist ); |
| 64 | 67 |
| 65 FloatHist * | 68 FloatHist * |
| 66 makeFloatHistogram( int numBins, float32 startOfRange, float32 binWidth ); | 69 makeFloatHistogram( int numBins, float32 startOfRange, float32 binWidth ); |
