//ERDDAP/com.cohort.util/ScriptMath/multiplyExact
multiplyExact
[JVM]
open fun multiplyExact(x: Int, y: Int): Int
Returns the product of the arguments, throwing an exception if the result overflows an int.
[JVM]
open fun multiplyExact(x: Long, y: Long): Long
Returns the product of the arguments, throwing an exception if the result overflows a long.