Returns the argument (phase) of a Complex, in radians,
with a branch cut along the negative real axis.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic static double Argument(
Complex z
)
Public Shared Function Argument (
z As Complex
) As Double
public:
static double Argument(
Complex z
)
static member Argument :
z : Complex -> float
Parameters
- z
- Type: Imsl.Math.Complex
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]](eqn/eqn_0566.png)
.
See Also