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

Method expanded

qcustomplot/qcustomplot.cpp:1970–1975  ·  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

1968 \see expand
1969*/
1970QCPRange QCPRange::expanded(const QCPRange &otherRange) const
1971{
1972 QCPRange result = *this;
1973 result.expand(otherRange);
1974 return result;
1975}
1976
1977/*! \overload
1978

Callers 1

inverseMethod · 0.80

Calls 1

expandMethod · 0.80

Tested by

no test coverage detected