MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / QCPRange

Method QCPRange

qcustomplot/qcustomplot.cpp:1899–1903  ·  view source on GitHub ↗

! Constructs a range with \a lower and \a upper set to zero. */

Source from the content-addressed store, hash-verified

1897 Constructs a range with \a lower and \a upper set to zero.
1898*/
1899QCPRange::QCPRange() :
1900 lower(0),
1901 upper(0)
1902{
1903}
1904
1905/*! \overload
1906

Callers

nothing calls this directly

Calls 1

normalizeFunction · 0.85

Tested by

no test coverage detected