mir-core — Libmir Archive
Libmir Archive
API Reference Index
mir-core Guide
Dlang.org
Complex.opAssign
mir
complex
Complex
Assigns a Complex of a different precision type to this Complex and returns a reference to itself.
Complex
opAssign
(Complex!R rhs)
struct
Complex
(T)
ref
@
optmath
Complex
opAssign
(
R
)
(
Complex
!
R
rhs
)
if
(
!
is
(
R
==
T
)
)
if
(
is
(
T
==
float
) ||
is
(
T
==
double
)
||
is
(
T
==
real
)
)
Complex
opAssign
(F rhs)
mir
complex
Complex
functions
opAssign
opBinary
opBinaryRight
opCast
opEquals
opOpAssign
opUnary
toHash
variables
im
re
Assigns a Complex of a different precision type to this Complex and returns a reference to itself.