TESBComplexType Type |
Unit
QESBPCSGlobals
Declaration
TESBComplexType = (ectXY, ectPolar);
Values |
ectXY | the Complex Number is displayed as the Real and Imaginary Parts, as in X + iY. |
ectPolar | the Complex number is displayed as the Amplitude and AbsoluteValue, as in AbsVal(cos (amp) + i sin (amp)). |
|