'Declaration Public Shared Function FromPolarCoordinates( _
ByVal magnitudeМагнита.As Double, _
ByVal phaseФаза.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
- Магнита.
- phase
- Фаза.
Return Value
Комплексное число.