Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2183
double ColumnPrivate::valueLabelsMinimum() {
2184
return m_labels.minimum();
2185
}
2186
2187
double ColumnPrivate::valueLabelsMaximum() {
2188
return m_labels.maximum();
Callers
nothing calls this directly
Calls
1
minimum
Method · 0.45
Tested by
no test coverage detected