MCPcopy Create free account
hub / github.com/dhale/jtk / isDecreasing

Method isDecreasing

core/src/main/java/edu/mines/jtk/util/ArrayMath.java:8329–8338  ·  view source on GitHub ↗

Determines whether the specified array is decreasing. The array is decreasing if its elements a[i] decrease with array index i, with no equal values. @param a the array. @return true, if decreasing (or a.length<2); false, otherwise.

(byte[] a)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

isMonotonicMethod · 0.95
testMonotonicMethod · 0.80

Calls

no outgoing calls

Tested by 1

testMonotonicMethod · 0.64