//ERDDAP/com.cohort.util/ScriptMath2/binaryFindLastLE
binaryFindLastLE
[JVM]
open fun binaryFindLastLE(dar: Array<Double>, x: Double): Int
Find the last element which is <= x in an ascending sorted array.
If firstGE >lastLE, there are no matching elements (because the requested range is less than or greater than all the values, or between two adjacent values).