Skip to content

xdataset_GetElement

Brian W. Mulligan edited this page Mar 7, 2017 · 2 revisions

double GetElement(unsigned int i_uiColumn, unsigned int i_uiElement_Num) const

This routine retrieves a data element from the data set.

Parameters

  • i_uiColumn (unsigned int): the column number (0 indexed) in which the data is located
  • i_uiElement_Num (unsigned int): the row number (0 indexed) in which the data is located

Output

  • (double): the data in the element, or NaN if the element is empty or not within the data set.

Fault response

If the element is not within the dataset (i.e. column or row not within the data set) or the element is empty, NaN will be signaled.