Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ setValue
Method
setValue
ij/src/main/java/ij/macro/Variable.java:73–77 ·
view source on GitHub ↗
(double value)
Source
from the content-addressed store, hash-verified
71
}
72
73
void
setValue(double value) {
74
this.value = value;
75
str = null;
76
array = null;
77
}
78
79
public
String getString() {
80
return
str;
Callers
15
parseArgumentList
Method · 0.95
doNumericStringAssignment
Method · 0.95
doUserFunctionAssignment
Method · 0.95
getAssignmentExpression
Method · 0.95
getFactor
Method · 0.95
newArray
Method · 0.95
getCursorLoc
Method · 0.95
getLine
Method · 0.95
getVoxelSize
Method · 0.95
getThreshold
Method · 0.95
getPixelSize
Method · 0.95
getBounds
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected