Click or drag to resize
ComplexArgument Method
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.2.0
Syntax
public static double Argument(
	Complex z
)

Parameters

z
Type: Imsl.MathComplex
A Complex object.

Return Value

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