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

Method getLastArray

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

Source from the content-addressed store, hash-verified

702 }
703
704 final double[] getLastArray() {
705 interp.getComma();
706 double[] a = getNumericArray();
707 interp.getRightParen();
708 return a;
709 }
710
711 double[] getNumericArray() {
712 Variable[] a1 = getArray();

Callers 5

setLutMethod · 0.95
drawPlotVectorsMethod · 0.95
replacePlotMethod · 0.95
addCheckboxGroupMethod · 0.95
setSplineAnchorsMethod · 0.95

Calls 3

getNumericArrayMethod · 0.95
getCommaMethod · 0.80
getRightParenMethod · 0.80

Tested by

no test coverage detected