Skip to content

xsquare_matrix_long::Get

Brian W. Mulligan edited this page Dec 22, 2017 · 2 revisions

long double Get(size_t i_uiRow, size_t i_uiColumn) const

Get the value of an element.

Parameters

  • i_uiRow (size_t): The row (0 indexed) to retrieve.
  • i_uiColumn (size_t): The column (0 indexed) to retrieve.

Output

  • (long double): The value of the element, or 0 if the row or column are out of bounds

Fault response

Returns 0 if the specified row or column are out of bounds