'Declaration Public Shared Function FromPolarCoordinates( _
ByVal magnitudeMagnitude.As Double, _
ByVal phasePhase.As Double _
) As ComplexNumber
public static ComplexNumber FromPolarCoordinates(
double magnitude,
double phase
)
public: static ComplexNumber FromPolarCoordinates(
double magnitude,
double phase
)
public:
static ComplexNumber FromPolarCoordinates(
double magnitude,
double phase
)
Parameters
- magnitude
- Magnitude.
- phase
- Phase.
Return Value
Complex number.