TSCplx.Add Operator

Overload List

#SignatureDescription
1class operator Add(const Left: TSCplx; const Right: TSCplx): TSCplx;Add operator for TSCplx types.
2class operator Add(const Left: TSCplx; const Right: Single): TSCplx;Add operator for mixed TSCplx and real types.
3class operator Add(const Left: Single; const Right: TSCplx): TSCplx;Add operator for mixed TSCplx and real types.

Overload 1: class operator Add(const Left: TSCplx; const Right: TSCplx): TSCplx;

Add operator for TSCplx types.

#NameTypeDescription
1LeftTSCplxscalar
2RightTSCplxscalar

Returns: TSCplx

Overload 2: class operator Add(const Left: TSCplx; const Right: Single): TSCplx;

Add operator for mixed TSCplx and real types.

#NameTypeDescription
1LeftTSCplxscalar
2RightSinglescalar

Returns: TSCplx

Overload 3: class operator Add(const Left: Single; const Right: TSCplx): TSCplx;

Add operator for mixed TSCplx and real types.

#NameTypeDescription
1LeftSinglescalar
2RightTSCplxscalar

Returns: TSCplx