Math387.Neg Method

Overload List

#SignatureDescription
1function Neg(const A: TCplx): TCplx;Changes the sign of Z.
2function Neg(const A: TSCplx): TSCplx;

Overload 1: function Neg(const A: TCplx): TCplx;

Changes the sign of Z.

#NameTypeDescription
1ATCplx

Returns: TCplx (complex) - the sign of Z: Z becomes -Z

Overload 2: function Neg(const A: TSCplx): TSCplx;

#NameTypeDescription
1ATSCplx

Returns: TSCplx