Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ max
Method
max
ij/src/main/java/ij/util/ArrayUtil.java:211–214 ·
view source on GitHub ↗
(double[] arr)
Source
from the content-addressed store, hash-verified
209
}
210
211
@AstroImageJ(reason =
"Avoid instance creation"
)
212
public
static
double max(double[] arr) {
213
return
Arrays.stream(arr).filter(d -> !Double.isNaN(d)).max().orElse(Double.NaN);
214
}
215
}
Callers
15
evaluateStackForRadii
Method · 0.95
processStack
Method · 0.95
table
Method · 0.95
d2s
Method · 0.45
Executer
Method · 0.45
makeInvertedComposite
Method · 0.45
MacroRunner
Method · 0.45
run
Method · 0.45
runShortcut
Method · 0.45
doMath
Method · 0.45
math2
Method · 0.45
belowErrorLimit
Method · 0.45
Calls
1
filter
Method · 0.45
Tested by
2
check
Method · 0.36
testCollection
Method · 0.36