toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
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