void | operator*= (IML_DOUBLE DVal)
Multiplication by a constant.
|
void | operator= (iml_complex IML_REF CVal)
Assignment of a like complex.
|
void | operator+= (iml_complex IML_REF CVal)
Addition of a like complex.
|
void | operator-= (iml_complex IML_REF CVal)
Subtraction of a like complex.
|
void | operator*= (iml_complex IML_REF CVal)
Multiplication by a like complex.
|
FLPTType | get_mag ()
Get the magnitude: sqrt(r*r+i*i).
|
FLPTType | get_amp ()
Magnitude with the sign of the real part.
|
FLPTType | get_phase ()
Get the phase: atan(i/r).
|
void | set_phase (FLPTType Phase)
Set the phase keeping the current magnitude.
|
void | increment_phase (FLPTType Phase)
Increment the phase keeping the current magnitude.
|
void | set_mag (FLPTType Mag)
Set the magnitude keeping the current phase.
|
void | increment_mag (FLPTType Inc)
Increment the magnitude keeping the current phase.
|
void | scale_mag (FLPTType Scale)
Scale the magnitude keeping the current phase.
|