//ERDDAP/com.cohort.util/ScriptMath2/odd
odd
[JVM]
open fun odd(i: Int): Boolean
Indicates if i is odd.
Return
true if i is an odd number
Parameters
JVM
i | any int |
//ERDDAP/com.cohort.util/ScriptMath2/odd
[JVM]
open fun odd(i: Int): Boolean
Indicates if i is odd.
true if i is an odd number
JVM
i | any int |