MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / QCPStatisticalBoxData

Method QCPStatisticalBoxData

qcustomplot.cpp:24435–24443  ·  view source on GitHub ↗

! Constructs a data point with key and all values set to zero. */

Source from the content-addressed store, hash-verified

24433 Constructs a data point with key and all values set to zero.
24434*/
24435QCPStatisticalBoxData::QCPStatisticalBoxData() :
24436 key(0),
24437 minimum(0),
24438 lowerQuartile(0),
24439 median(0),
24440 upperQuartile(0),
24441 maximum(0)
24442{
24443}
24444
24445/*!
24446 Constructs a data point with the specified \a key, \a minimum, \a lowerQuartile, \a median, \a

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected