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

Method doubleAt

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

Source from the content-addressed store, hash-verified

948}
949
950double Column::doubleAt(int row) const {
951 return d->doubleAt(row);
952}
953
954/**
955 * \brief Return the double value in row 'row'

Callers 8

mainFunction · 0.45
mainFunction · 0.45
setFromColumnMethod · 0.45
recalcMethod · 0.45
minMaxMethod · 0.45

Calls

no outgoing calls