nextUp

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

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

Since Kotlin

1.2
actual fun Double.nextUp(): Double(source)

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

Since Kotlin

1.2
inline fun Float.nextUp(): Float(source)

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

Since Kotlin

1.2

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

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

Since Kotlin

1.2
external fun Float.nextUp(): Float(source)

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

Since Kotlin

1.3

actual external fun Double.nextUp(): Double(source)

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

Since Kotlin

1.3
actual fun Double.nextUp(): Double(source)

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

Since Kotlin

1.8
actual fun Double.nextUp(): Double(source)

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

Since Kotlin

1.8