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

Method isInBounds

core/src/main/java/edu/mines/jtk/dsp/Sampling.java:404–406  ·  view source on GitHub ↗

Determines whether the specified index is in the bounds of this sampling. An index is in bounds if in the range [0,count-1] of the first and last sample indices. @param i the index. @return true, if in bounds; false, otherwise.

(int i)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

getFirstMethod · 0.95
getLastMethod · 0.95

Tested by

no test coverage detected