MCPcopy Create free account
hub / github.com/GeoDaCenter/geoda / GetFirstNumericCol

Method GetFirstNumericCol

DataViewer/OGRTable.cpp:577–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577int OGRTable::GetFirstNumericCol()
578{
579 int n = GetNumberCols(); // var_order size
580 for (size_t i=0; i<n; i++) {
581 if (IsColNumeric(i)) {
582 return i;
583 }
584 }
585 return 0;
586}
587
588/** Return the Group column name. */
589wxString OGRTable::GetColName(int col)

Callers 1

FillDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected