Math387.Arg Method

Overload List

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

Overload 1: Double Arg(TCplx Z)

The argument of Z.

#NameTypeDescription
1ZTCplxscalar

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

Overload 2: Single Arg(TSCplx Z)

#NameTypeDescription
1ZTSCplxscalar

Returns: Single