TNumber.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(
TNumber value
)
Public Function pol2xy (
value As TNumber
) As TNumber
public:
TNumber^ pol2xy(
TNumber^ value
)
member pol2xy :
value : TNumber -> TNumber
- value TNumber
- Argument of the complex number.
TNumberA
TSystem value having two elements: the real part and the imaginary part of the complex number.