unaryMinus

expect operator fun unaryMinus(): Long(source)

Returns the negative of this value.

Since Kotlin

1.0
actual operator fun unaryMinus(): Long(source)

Returns the negative of this value.

Since Kotlin

1.1
operator fun unaryMinus(): Long(source)

Returns the negative of this value.

Since Kotlin

1.0
actual operator external fun unaryMinus(): Long(source)

Returns the negative of this value.

Since Kotlin

1.3
actual inline operator fun unaryMinus(): Long(source)

Returns the negative of this value.

Since Kotlin

1.8
actual inline operator fun unaryMinus(): Long(source)

Returns the negative of this value.

Since Kotlin

1.8