//ERDDAP/com.cohort.util/ScriptString2/indexOf
indexOf
[JVM]
open fun indexOf(iArray: Array<Int>, i: Int, fromIndex: Int): Int
Finds the first instance of i at or after fromIndex (0.. ) in iArray.
//ERDDAP/com.cohort.util/ScriptString2/indexOf
[JVM]
open fun indexOf(iArray: Array<Int>, i: Int, fromIndex: Int): Int
Finds the first instance of i at or after fromIndex (0.. ) in iArray.