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

Method getSequence

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

Source from the content-addressed store, hash-verified

6649 }
6650
6651 Variable[] getSequence() {
6652 int n = (int)getArg();
6653 Variable[] a = new Variable[n];
6654 for (int i=0; i<n; i++)
6655 a[i] = new Variable(i);
6656 return a;
6657 }
6658
6659 Variable[] fillArray() {
6660 interp.getLeftParen();

Callers 1

doArrayMethod · 0.95

Calls 1

getArgMethod · 0.95

Tested by

no test coverage detected