times

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

Multiplies this value by the other value.

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

Multiplies this value by the other value.

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

Multiplies this value by the other value.