[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=Complex Info=Creates a complex number from a point's polar coordinates. [Property] Name=Sets the name of the component. ARG(string)|2| Magnitude=Sets the magnitude, which is the distance from the origin (the intersection of the x-axis and the y-axis) to the number. ARG(Double)|7|0 Phase=Sets the phase, which is the angle from the line to the horizontal axis, measured in PhaseUnit. ARG(Double)|7|0 PhaseUnit=Sets the measurement unit of the Phase. ARG(enum)|4|0|Radian,Degree [Methods] doFromPolarCoordinates=Creates a complex number from a point's polar coordinates. ARG(Double Magnitude, Double Phase)|1|0 onResult=Returns the complex number Value raised to the Power. ARG(Complex)|2|0 Result=Returns the result. ARG(Complex)|3|0 Magnitude=Defines the magnitude. ARG(Double)|4|107 Phase=Defines the the phase. ARG(Double)|4|107