unaryMinus

operator fun unaryMinus(): Int(source)

Returns the negative of this value.

Since Kotlin

1.0
inline operator fun unaryMinus(): Int(source)

Returns the negative of this value.

Since Kotlin

1.3