TComplex.Arg Method
Returns the argument of the complex number, i.e. the angle between the positive real axis and the line joining
the origin and the number represented as a point in the complex plane.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
Public Function Arg As Double
member Arg : unit -> float
Return Value
DoubleArgument of the complex number.