kmath
0.3.1-dev-RC
common
kmath-complex
/
space.kscience.kmath.complex
/
ComplexField
/
times
times
operator
fun
Double
.
times
(
c
:
Complex
)
:
Complex
(
source
)
Multiplies real number by complex one.
Receiver
the multiplier.
the product.
Parameters
c
the multiplicand.