Complex<T>.Arg Method
Returns the argument of a complex
number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The argument of the z, in radians.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static T Arg(
Complex<T> z
)
Parameters
Field Value
TThe argument of the z, in radians.
Remarks
The argument of a complex number is the angle between the positive real axis and a line from the origin to the complex number, measured counter-clockwise.