MCPcopy Create free account
hub / github.com/KDE/labplot / minimum

Method minimum

src/backend/worksheet/plots/cartesian/XYCurve.cpp:451–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449}
450
451double XYCurve::minimum(const Dimension) const {
452 // TODO
453 return NAN;
454}
455
456double XYCurve::maximum(const Dimension) const {
457 // TODO

Callers 2

updateDropLinesMethod · 0.45
minMaxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected