//ERDDAP/com.cohort.util/ScriptString2/isDigit
isDigit
[JVM]
fun isDigit(c: Int): Boolean
0..9. Non-Latin numeric characters are not included (see Java Lang Spec pg 14).
Return
true if c is a digit
Parameters
JVM
c | a char |
//ERDDAP/com.cohort.util/ScriptString2/isDigit
[JVM]
fun isDigit(c: Int): Boolean
0..9. Non-Latin numeric characters are not included (see Java Lang Spec pg 14).
true if c is a digit
JVM
c | a char |