times

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