//ERDDAP/com.cohort.util/ScriptMath/floorMod
floorMod
[JVM]
open fun floorMod(x: Int, y: Int): Int
Returns the floor modulus of the int arguments.
[JVM]
open fun floorMod(x: Long, y: Long): Long
Returns the floor modulus of the long arguments.
//ERDDAP/com.cohort.util/ScriptMath/floorMod
[JVM]
open fun floorMod(x: Int, y: Int): Int
Returns the floor modulus of the int arguments.
[JVM]
open fun floorMod(x: Long, y: Long): Long
Returns the floor modulus of the long arguments.