TComplex.pol2xy Method

Determines the real and imaginary parts of the complex number having Abs() == this and Arg() == value.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public TNumber pol2xy(
	TComplex value
)

Parameters

value  TComplex
Argument of the complex number.

Return Value

TNumber
A TSystem value having two elements: the real part and the imaginary part of the complex number.

Exceptions

GeneralExceptionThrown if this number or value are not real numbers.

See Also