Core API – Kotlin Programming Language (original) (raw)

expect operator fun div(other: Byte): Float(source)

expect operator fun div(other: Short): Float(source)

expect operator fun div(other: Int): Float(source)

expect operator fun div(other: Long): Float(source)

expect operator fun div(other: Float): Float(source)

expect operator fun div(other: Double): Double(source)

Divides this value by the other value.

Since Kotlin

1.0

actual operator fun div(other: Byte): Float(source)

actual operator fun div(other: Short): Float(source)

actual operator fun div(other: Int): Float(source)

actual operator fun div(other: Long): Float(source)

actual operator fun div(other: Float): Float(source)

actual operator fun div(other: Double): Double(source)

Divides this value by the other value.

Since Kotlin

1.1

actual operator fun div(other: Byte): Float(source)

actual operator fun div(other: Short): Float(source)

actual operator fun div(other: Int): Float(source)

actual operator fun div(other: Long): Float(source)

actual operator fun div(other: Float): Float(source)

actual operator fun div(other: Double): Double(source)

Divides this value by the other value.

Since Kotlin

1.0

actual inline operator fun div(other: Byte): Float(source)

actual inline operator fun div(other: Short): Float(source)

actual inline operator fun div(other: Int): Float(source)

actual inline operator fun div(other: Long): Float(source)

actual operator external fun div(other: Float): Float(source)

actual inline operator fun div(other: Double): Double(source)

Divides this value by the other value.

Since Kotlin

1.3

actual inline operator fun div(other: Byte): Float(source)

actual inline operator fun div(other: Short): Float(source)

actual inline operator fun div(other: Int): Float(source)

actual inline operator fun div(other: Long): Float(source)

actual operator fun div(other: Float): Float(source)

actual inline operator fun div(other: Double): Double(source)

Divides this value by the other value.

Since Kotlin

1.8

actual inline operator fun div(other: Byte): Float(source)

actual inline operator fun div(other: Short): Float(source)

actual inline operator fun div(other: Int): Float(source)

actual inline operator fun div(other: Long): Float(source)

actual operator fun div(other: Float): Float(source)

actual inline operator fun div(other: Double): Double(source)

Divides this value by the other value.

Since Kotlin

1.8