Next: SDDS_DisconnectFile
Up: Manual Pages
Previous: SDDS_CopyTable
Contents
SDDS_CountRowsOfInterest
- 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:
Robert Soliday
2006-06-29