minus

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

Subtracts the other value from this value.

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

Subtracts the other value from this value.

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

Subtracts the other value from this value.