times

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

Multiplies this value by the other value.