ComplexMathPolar(Complex32) Method |
Return the polar representation of a complex type.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Complex32 Polar(
Complex32 value
)
Parameters
- value Complex32
- The complex number.
Return Value
Complex32A complex value whose real part is the modulus and whose imaginary part is the argument.
See Also