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

Method d2s

ij/src/main/java/ij/ImagePlus.java:2956–2958  ·  view source on GitHub ↗
(double n)

Source from the content-addressed store, hash-verified

2954 }
2955
2956 private String d2s(double n) {
2957 return n==(int)n?Integer.toString((int)n):IJ.d2s(n);
2958 }
2959
2960 private String getValueAsString(int x, int y) {
2961 if (win!=null && win instanceof PlotWindow)

Callers 1

getLocationAsStringMethod · 0.95

Calls 2

d2sMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected