nextDown

expect fun Double.nextDown(): Double(source)

Returns the Double value nearest to this value in direction of negative infinity.

Since Kotlin

1.2
inline fun Float.nextDown(): Float

Returns the Float value nearest to this value in direction of negative infinity.

Since Kotlin

1.2

actual inline fun Double.nextDown(): Double(source)

Returns the Double value nearest to this value in direction of negative infinity.

Since Kotlin

1.2
actual fun Double.nextDown(): Double

Returns the Double value nearest to this value in direction of negative infinity.

Since Kotlin

1.2
external fun Float.nextDown(): Float

Returns the Float value nearest to this value in direction of negative infinity.

Since Kotlin

1.2

actual external fun Double.nextDown(): Double

Returns the Double value nearest to this value in direction of negative infinity.

Since Kotlin

1.2