toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
KSLCore
/
ksl.utilities
/
KSLArrays
/
max
max
fun
max
(
x
:
DoubleArray
)
:
Double
fun
max
(
x
:
IntArray
)
:
Int
fun
max
(
x
:
LongArray
)
:
Long
Return
the maximum value in the array
Parameters
x
the array to search, must not be null or empty