ComplexMathPolar(Double, Double) Method |
Create a complex number from a modulus (length) and an argument (radian)
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex Polar(
double modulus,
double argument
)
Parameters
- modulus Double
- The modulus (length).
- argument Double
- The argument (angle, radian).
Return Value
ComplexThe complex number created from the modulus and argument.
See Also