times

inline operator fun times(other: ComplexF): ComplexF

Multiplies this complex number by the other complex number.


inline operator fun times(other: Float): ComplexF

Multiplies this complex number by the other real number.