TNumberxy2pol(TNumber) Method

Converts a complex number with Re == this and Im == value to polar coordinates.

Definition

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

Parameters

value  TNumber
Imaginary part of the complex number which will be converted to polar coordinates.

Return Value

TNumber
A TSystem value having two elements: the absolute value and the argument of the complex number.

Exceptions

GeneralExceptionThrown if this number or value are not real numbers.

See Also