unaryMinus

operator fun unaryMinus(): Float(source)

Returns the negative of this value.

Since Kotlin

1.0
operator external fun unaryMinus(): Float(source)

Returns the negative of this value.

Since Kotlin

1.3