KSLCore
Toggle table of contents
R1.1.9
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities
/
KSLArrays
/
min
min
fun
min
(
x
:
DoubleArray
)
:
Double
fun
min
(
x
:
IntArray
)
:
Int
fun
min
(
x
:
LongArray
)
:
Long
Return
the minimum value in the array
Parameters
x
the array to search, must not be null or empty