Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
516
double ColumnPrivate::ValueLabels::minimum() {
517
if (!m_statistics.available)
518
recalculateStatistics();
519
return m_statistics.minimum;
520
}
521
522
double ColumnPrivate::ValueLabels::maximum() {
523
if (!m_statistics.available)
Callers
1
valueLabelsMinimum
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected