//ERDDAP/com.cohort.util/ScriptString2/binaryFindLastLE
binaryFindLastLE
[JVM]
open fun binaryFindLastLE(sar: Array<String>, s: String): Int
Find the last element which is <= s in an ascending sorted array.
//ERDDAP/com.cohort.util/ScriptString2/binaryFindLastLE
[JVM]
open fun binaryFindLastLE(sar: Array<String>, s: String): Int
Find the last element which is <= s in an ascending sorted array.