Math387.Arg Method

Overload List

#SignatureDescription
1function Arg(const Z: TCplx): Double;The argument of Z.
2function Arg(const Z: TSCplx): Single;

Overload 1: function Arg(const Z: TCplx): Double;

The argument of Z.

#NameTypeDescription
1ZTCplx

Returns: Double - the argument of the complex number Z: Arg(Z) = ArcTan(Z.Im/Z.Re).

Overload 2: function Arg(const Z: TSCplx): Single;

#NameTypeDescription
1ZTSCplx

Returns: Single