//ERDDAP/com.cohort.util/ScriptString2/max
max
[JVM]
open fun max(s1: String, s2: String): String
This returns the string which sorts higher. null sorts low.
Return
the string which sorts higher.
Parameters
JVM
s1 |
s2 |
//ERDDAP/com.cohort.util/ScriptString2/max
[JVM]
open fun max(s1: String, s2: String): String
This returns the string which sorts higher. null sorts low.
the string which sorts higher.
JVM
s1 |
s2 |