মূল বিষয়বস্তু উপেক্ষা করুন

//ERDDAP/com.cohort.util/ScriptMath/min

min

[JVM]
open fun min(a: Double, b: Double): Double

Returns the smaller of two double values.

[JVM]
open fun min(a: Float, b: Float): Float

Returns the smaller of two float values.

[JVM]
open fun min(a: Int, b: Int): Int

Returns the smaller of two int values.

[JVM]
open fun min(a: Long, b: Long): Long

Returns the smaller of two long values.