minus

operator fun minus(other: Byte): Long(source)
operator fun minus(other: Short): Long(source)
operator fun minus(other: Int): Long(source)
operator fun minus(other: Long): Long(source)
operator fun minus(other: Float): Float(source)
operator fun minus(other: Double): Double(source)

Subtracts the other value from this value.

Since Kotlin

1.0