Previous: SDDS_CopyTable
Up: Manual Pages
Next: SDDS_DefineArray
Previous Page: SDDS_CopyTable
Next Page: SDDS_DefineArray
- name:
SDDS_CountRowsOfInterest
- description:
Counts and returns the number of rows marked as ``of interest'' in a table of data.
- synopsis:
#include "SDDS.h"
long SDDS_CountRowsOfInterest(SDDS_TABLE *SDDS_table);
- arguments:
- SDDS_table : Address of the SDDS_TABLE structure for the data set.
- return value:
Returns the number of rows for which the acceptance flags are non-zero. On error, returns -1.
- see also: