Complex<T>.Arg Method

Returns the argument of a complex number.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static T Arg(
	Complex<T> z
)

Parameters

z  Complex<T>
A complex number.

Field Value

T
The 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.

See Also