Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ setArray
Method
setArray
ij/src/main/java/ij/macro/Variable.java:93–98 ·
view source on GitHub ↗
(Variable[] array)
Source
from the content-addressed store, hash-verified
91
}
92
93
void
setArray(Variable[] array) {
94
this.array = array;
95
value = 0.0;
96
str = null;
97
arraySize = 0;
98
}
99
100
void
setArraySize(
int
size) {
101
if
(array==null)
Callers
15
parseArgumentList
Method · 0.95
doArrayElementAssignment
Method · 0.95
doUserFunctionAssignment
Method · 0.95
doArrayAssignment
Method · 0.95
getArray
Method · 0.95
getCoordinates
Method · 0.95
getHistogram
Method · 0.95
getLut
Method · 0.95
getPlotValues
Method · 0.95
getStatistics
Method · 0.95
getStackStatistics
Method · 0.95
doList
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected