kotlin-stdlib / kotlin / Long / minus minus Common JVM JS Native 1.0 operator fun minus ( other : Byte ) : Long (Common source) (Native source) operator fun minus ( other : Short ) : Long (Common source) (Native source) operator fun minus ( other : Int ) : Long (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.