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
Syntax public 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.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
.
See Also