Returns the argument (phase) of a Complex, in radians, with a branch cut along the negative real axis.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public static double Argument(
	Complex z
)
Visual Basic (Declaration)
Public Shared Function Argument ( _
	z As Complex _
) As Double
Visual C++
public:
static double Argument(
	Complex z
)

Parameters

z
Type: Imsl.Math..::.Complex
A Complex object.

Return Value

A double value equal to the argument (or phase) of a Complex. It is in the interval [-\pi,\pi].

See Also