minus

Common
JVM
JS
Native
1.0
operator fun minus(other: Byte): Double
(Common source) (Native source)
operator fun minus(other: Short): Double
(Common source) (Native source)
operator fun minus(other: Int): Double
(Common source) (Native source)
operator fun minus(other: Long): Double
(Common source) (Native source)
operator fun minus(other: Float): Double
(Common source) (Native source)
operator fun minus(other: Double): Double
(Common source) (Native source)

Subtracts the other value from this value.