kotlin-stdlib / kotlin / Short / minus minus Common JVM JS Native 1.0 operator fun minus ( other : Byte ) : Int (Common source) (Native source) operator fun minus ( other : Short ) : Int (Common source) (Native source) operator fun minus ( other : Int ) : Int (Common source) (Native source) operator fun minus ( other : Long ) : Long (Common source) (Native source) operator fun minus ( other : Float ) : Float (Common source) (Native source) operator fun minus ( other : Double ) : Double (Common source) (Native source) Subtracts the other value from this value.