kotlin.collections.max

max

fun Iterable<Double>.max(): Double?

Platform and version requirements: Kotlin 1.1

fun Iterable<Float>.max(): Float?

Platform and version requirements: Kotlin 1.1

fun Array<out Double>.max(): Double?

Platform and version requirements: Kotlin 1.1

fun Array<out Float>.max(): Float?

Platform and version requirements: Kotlin 1.1

fun FloatArray.max(): Flo