Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ min
Method
min
src/frontend/spreadsheet/RescaleDialog.cpp:81–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
double RescaleDialog::min() const {
82
return QLocale().toDouble(ui.leMin->text());
83
}
84
85
double RescaleDialog::max() const {
86
return QLocale().toDouble(ui.leMax->text());
Callers
1
normalizeSelectedColumns
Method · 0.80
Calls
1
text
Method · 0.45
Tested by
no test coverage detected