Gets the phase or argument of a complex number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Public ReadOnly Property Phase As T
Get
public:
property T Phase {
T get ();
}
member Phase : 'T with get
Property Value
Type:
TThe argument of the complex number, in radians.
The phase or 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.
This property requires that the operand type support real arithmetic.
Reference