2.2.4.11.7 DatasetObject::GetNANUMRows
GetNANUMRows
Description
to get the row index containing the missing value.
Syntax
int GetNANUMRows(vector<uint>& vnRows, bool bSkipText=false, bool bSkipBlank=false, int i1 = 0, int i2 = -1)
Parameters
- vnRows
- [output] the index of rows containing the missing value.
- bSkipText
- [input] false will treat text as missing value.
- bSkipBlank
- [input] false will treat black as missing value.
- i1
- [input] the begin index of row.
- i2
- [input] the end index of row.
Return
Examples
Remark
See Also
Header to Include
origin.h