TComplex.pol2xy Method
Determines the real and imaginary parts of the complex number having
Abs() == this and
Arg() == value.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
public TNumber pol2xy(
TComplex value
)
Public Function pol2xy (
value As TComplex
) As TNumber
public:
TNumber^ pol2xy(
TComplex^ value
)
member pol2xy :
value : TComplex -> TNumber
- value TComplex
- Argument of the complex number.
TNumberA
TSystem value having two elements: the real part and the imaginary part of the complex number.