MCPcopy Create free account
hub / github.com/KDE/labplot / valueAt

Method valueAt

src/backend/core/column/Column.cpp:957–959  ·  view source on GitHub ↗

* \brief Return the double value in row 'row' */

Source from the content-addressed store, hash-verified

955 * \brief Return the double value in row 'row'
956 */
957double Column::valueAt(int row) const {
958 return d->valueAt(row);
959}
960
961/**
962 * \brief Return the int value in row 'row'

Callers 15

copySelectionMethod · 0.45
showColumnStatisticsMethod · 0.45
showRowStatisticsMethod · 0.45
maxRowToExportMethod · 0.45
exportToFileMethod · 0.45
flattenMethod · 0.45
checkColumnRowMethod · 0.45
initValuesSpreadsheetMethod · 0.45
previewMethod · 0.45

Calls

no outgoing calls