Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ numberFormat
Method
numberFormat
src/backend/datasources/filters/JsonFilter.cpp:126–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
d->numberFormat = lang;
125
}
126
QLocale::Language JsonFilter::numberFormat() const {
127
return d->numberFormat;
128
}
129
130
void JsonFilter::setNaNValueToZero(bool b) {
131
d->nanValue = (b ? 0 : NAN);
Callers
1
exportView
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected