MCPcopy Create free account
hub / github.com/analogdevicesinc/scopy / getFormatedMeasureUnit

Method getFormatedMeasureUnit

gui/src/plot_utils.cpp:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104QString PrefixFormatter::getFormatedMeasureUnit(double value)
105{
106 int index = findPrefixIndex(value);
107
108 return m_prefixes[index].first;
109}
110double PrefixFormatter::getFormatedValue(double value)
111{
112 int index = findPrefixIndex(value);

Callers 2

updateScaleMethod · 0.80
labelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected