MCPcopy 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

parseArgumentListMethod · 0.95
getFactorMethod · 0.95
newArrayMethod · 0.95
getCursorLocMethod · 0.95
getLineMethod · 0.95
getVoxelSizeMethod · 0.95
getThresholdMethod · 0.95
getPixelSizeMethod · 0.95
getBoundsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected