//ERDDAP/com.cohort.util/ScriptMath/max
max
[JVM]
open fun max(a: Double, b: Double): Double
Returns the greater of two double values.
[JVM]
open fun max(a: Float, b: Float): Float
Returns the greater of two float values.
[JVM]
open fun max(a: Int, b: Int): Int
Returns the greater of two int values.
[JVM]
open fun max(a: Long, b: Long): Long
Returns the greater of two long values.