//ERDDAP/com.cohort.util/ScriptMath/decrementExact
decrementExact
[JVM]
open fun decrementExact(a: Int): Int
Returns the argument decremented by one, throwing an exception if the result overflows an int.
[JVM]
open fun decrementExact(a: Long): Long
Returns the argument decremented by one, throwing an exception if the result overflows a long.