[
next
] [
prev
] [
prev-tail
] [
tail
] [
up
]
4.18
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”
int32_t 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:
SDDS
_DeleteUnsetRows
SDDS
_FilterRowsOfInterest
SDDS
_GetMatrixOfRows
SDDS
_GetRow
SDDS
_SetRowFlags
SDDS
_SetRowsOfInterest
[
next
] [
prev
] [
prev-tail
] [
front
] [
up
]