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

Method getNextArray

ij/src/main/java/ij/macro/Functions.java:699–702  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

697 }
698
699 final double[] getNextArray() {
700 interp.getComma();
701 return getNumericArray();
702 }
703
704 final double[] getLastArray() {
705 interp.getComma();

Callers 8

setLutMethod · 0.95
makeSelectionMethod · 0.95
newPlotMethod · 0.95
drawPlotVectorsMethod · 0.95
drawShapesMethod · 0.95
addToPlotMethod · 0.95
replacePlotMethod · 0.95
fitCurveMethod · 0.95

Calls 2

getNumericArrayMethod · 0.95
getCommaMethod · 0.80

Tested by

no test coverage detected