Changeset 606
- Timestamp:
- May 7, 2004, 12:07:53 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psStats.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psStats.h
r357 r606 62 62 /** Do Statistics on an array. Returns a status value. \ingroup MathGroup */ 63 63 psStats * 64 psArrayStats(const psFloatArray *restrict myArray, ///< Array to be analysed 64 psArrayStats(psStats *stats, ///< stats structure defines stats to be calculated, how and result 65 const psFloatArray *restrict myArray, ///< Array to be analysed 65 66 const psIntArray *restrict maskArray, ///< Ignore elements where (maskArray & maskVal) != 0 66 67 ///< May be NULL 67 unsigned int maskVal, ///< Only mask elements with one of these bits set in maskArray 68 psStats *stats ///< stats structure defines stats to be calculated and how 68 unsigned int maskVal ///< Only mask elements with one of these bits set in maskArray 69 69 ); 70 70
Note:
See TracChangeset
for help on using the changeset viewer.
