times

operator fun Double.times(c: Complex): Complex

Multiplies real number by complex one.

Receiver

the multiplier.

the product.

Parameters

c

the multiplicand.

Sources

Link copied to clipboard