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

Method minimum

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

Source from the content-addressed store, hash-verified

514}
515
516double ColumnPrivate::ValueLabels::minimum() {
517 if (!m_statistics.available)
518 recalculateStatistics();
519 return m_statistics.minimum;
520}
521
522double ColumnPrivate::ValueLabels::maximum() {
523 if (!m_statistics.available)

Callers 1

valueLabelsMinimumMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected