MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / expanded

Method expanded

3rdparty/qcustomplot/qcustomplot.cpp:1998–2003  ·  view source on GitHub ↗

! \overload Returns an expanded range that contains this and \a otherRange. It is assumed that both this range and \a otherRange are normalized (see \ref normalize). If this range contains NaN as lower or upper bound, the returned range's bound will be taken from \a otherRange. \see expand */

Source from the content-addressed store, hash-verified

1996 \see expand
1997*/
1998QCPRange QCPRange::expanded(const QCPRange &otherRange) const
1999{
2000 QCPRange result = *this;
2001 result.expand(otherRange);
2002 return result;
2003}
2004
2005/*! \overload
2006

Callers 1

inverseMethod · 0.80

Calls 1

expandMethod · 0.45

Tested by

no test coverage detected