Gets the argument of a DoubleComplex number.

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Argument As Double
C#
public double Argument { get; }
C++
public:
double Argument {
	double get ();
}

Value

The argument of the DoubleComplex number, 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.