MCPcopy Create free account
hub / github.com/LUX-Core/lux / expanded

Method expanded

src/qt/qcustomplot.cpp:1966–1971  ·  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

1964 \see expand
1965*/
1966QCPRange QCPRange::expanded(const QCPRange &otherRange) const
1967{
1968 QCPRange result = *this;
1969 result.expand(otherRange);
1970 return result;
1971}
1972
1973/*! \overload
1974

Callers 1

inverseMethod · 0.80

Calls 1

expandMethod · 0.80

Tested by

no test coverage detected