//ERDDAP/com.cohort.util/ScriptMath2/narrowToByte
narrowToByte
[JVM]
fun narrowToByte(i: Int): Byte
Safely narrows an int to a byte.
Return
Byte.MAX_VALUE if i is too small or too big; otherwise i.
//ERDDAP/com.cohort.util/ScriptMath2/narrowToByte
[JVM]
fun narrowToByte(i: Int): Byte
Safely narrows an int to a byte.
Byte.MAX_VALUE if i is too small or too big; otherwise i.