মূল বিষয়বস্তু উপেক্ষা করুন

//ERDDAP/com.cohort.util/ScriptString2/toIntArray

toIntArray

[JVM]
open fun toIntArray(oar: Array<Any>): Array<Int>

This converts an Object[] (for example, where objects are Strings or Integers) into an int[].

Return

the corresponding int[] (invalid values are converted to Integer.MAX_VALUE). oar=null returns null.

Parameters

JVM

oaran Object[]