//ERDDAP/com.cohort.util/ScriptMath/toIntExact
toIntExact
[JVM]
open fun toIntExact(value: Long): Int
Returns the value of the long argument; throwing an exception if the value overflows an int.
//ERDDAP/com.cohort.util/ScriptMath/toIntExact
[JVM]
open fun toIntExact(value: Long): Int
Returns the value of the long argument; throwing an exception if the value overflows an int.