toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math
/
max
max
fun
max
(
a
:
Int
,
b
:
Int
,
c
:
Int
)
:
Int
fun
max
(
a
:
Float
,
b
:
Float
,
c
:
Float
)
:
Float
fun
max
(
a
:
Double
,
b
:
Double
,
c
:
Double
)
:
Double
fun
max
(
a
:
Int
,
b
:
Int
,
c
:
Int
,
d
:
Int
)
:
Int
fun
max
(
a
:
Float
,
b
:
Float
,
c
:
Float
,
d
:
Float
)
:
Float
fun
max
(
a
:
Double
,
b
:
Double
,
c
:
Double
,
d
:
Double
)
:
Double
fun
max
(
a
:
Int
,
b
:
Int
,
c
:
Int
,
d
:
Int
,
e
:
Int
)
:
Int
fun
max
(
a
:
Float
,
b
:
Float
,
c
:
Float
,
d
:
Float
,
e
:
Float
)
:
Float
fun
max
(
a
:
Double
,
b
:
Double
,
c
:
Double
,
d
:
Double
,
e
:
Double
)
:
Double