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

Method valueLabelsMinimum

src/backend/core/column/ColumnPrivate.cpp:2183–2185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2181}
2182
2183double ColumnPrivate::valueLabelsMinimum() {
2184 return m_labels.minimum();
2185}
2186
2187double ColumnPrivate::valueLabelsMaximum() {
2188 return m_labels.maximum();

Callers

nothing calls this directly

Calls 1

minimumMethod · 0.45

Tested by

no test coverage detected