times

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

Multiplies this value by the other value.