MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getMin

Method getMin

ij/src/main/java/ij/gui/ProfilePlot.java:159–163  ·  view source on GitHub ↗

Returns the calculated minimum value.

()

Source from the content-addressed store, hash-verified

157
158 /** Returns the calculated minimum value. */
159 public double getMin() {
160 if (!minAndMaxCalculated)
161 findMinAndMax();
162 return min;
163 }
164
165 /** Returns the calculated maximum value. */
166 public double getMax() {

Callers 13

plotLanesMethod · 0.95
resetStackMethod · 0.45
getDisplayRangeMinMethod · 0.45
setupLutsMethod · 0.45
updateImageMethod · 0.45
makeInvertedCompositeMethod · 0.45
resetDisplayRangeMethod · 0.45
addSliceMethod · 0.45
updateMethod · 0.45
scaleDownMethod · 0.45
scaleDownMethod · 0.45
setDrawingColorMethod · 0.45

Calls 1

findMinAndMaxMethod · 0.95

Tested by

no test coverage detected