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

Method setTrimZeroes

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

Source from the content-addressed store, hash-verified

85bool PrefixFormatter::getTrimZeroes() const { return m_trimZeroes; }
86
87void PrefixFormatter::setTrimZeroes(bool trimZeroes) { m_trimZeroes = trimZeroes; }
88
89QString PrefixFormatter::format(double value, QString unitType = "", int precision = 0) const
90{

Callers 6

TimeDomainDisplayPlotMethod · 0.80
PlotAxisMethod · 0.80
HDivInfoMethod · 0.80
TimeSamplingInfoMethod · 0.80
FFTSamplingInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected