ILNumerics.Net
Angle Method (input)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericscomplexAngle(complex)
ILNumerics.Net - numeric computing for .NET
Phase angle of complex number
Declaration Syntax
C#Visual BasicVisual C++
public static double Angle(
	complex input
)
Public Shared Function Angle ( _
	input As complex _
) As Double
public:
static double Angle(
	complex input
)
Parameters
input (complex)
input value
Return Value
The phase angle of the input
Remarks
For the result the Atan2 function of the Math class is used.

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)