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

Method valueLabelsIndexForValue

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

Source from the content-addressed store, hash-verified

1016}
1017
1018int Column::valueLabelsIndexForValue(double x, bool smaller) const {
1019 return d->valueLabelsIndexForValue(x, smaller);
1020}
1021
1022double Column::valueLabelsValueAt(int index) const {
1023 return d->valueLabelsValueAt(index);

Callers 1

retransformTicksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected