MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / findBegin

Method findBegin

3rdparty/qcustomplot/qcustomplot.h:4573–4576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4571*/
4572template <class DataType>
4573int QCPAbstractPlottable1D<DataType>::findBegin(double sortKey, bool expandedRange) const
4574{
4575 return int(mDataContainer->findBegin(sortKey, expandedRange)-mDataContainer->constBegin());
4576}
4577
4578/*!
4579 \copydoc QCPPlottableInterface1D::findEnd

Callers

nothing calls this directly

Calls 2

constBeginMethod · 0.80
findBeginMethod · 0.45

Tested by

no test coverage detected