Imaginary<T>.Phase Property
Gets the phase or argument of an imaginary number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The argument of the complex number, in radians.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public T Phase { get; }
Property Value
TThe argument of the complex number, in radians.
Remarks
The phase or argument of an imaginary 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.