Changeset 729 for trunk/psLib/src/math/psStats.h
- Timestamp:
- May 18, 2004, 3:50:57 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.h
r716 r729 83 83 84 84 /** Histograms */ 85 // NOTE: I added the numBins member. Must consult with IfA on this. 85 86 typedef struct 86 87 { … … 92 93 int minNum; 93 94 int maxNum; ///< Number below the minimum and above the maximum 95 int numBins; ///< Number of bins in this histogram. 94 96 } 95 97 psHistogram;
Note:
See TracChangeset
for help on using the changeset viewer.
