Skip to content

xdataset_improved::Get_Element

Brian W. Mulligan edited this page Aug 31, 2017 · 1 revision
  • std::string Get_Element(size_t i_tRow, size_t i_tColumn)

Get an element value in the dataset

Parameters

  • i_tRow (size_t): The row number at which to set the element
  • i_tColumn (size_t): The column number at which to set the element

Output

  • std::string: the string value of the element

Fault response

None