TSCplx::operator+ Operator

Overload List

#SignatureDescription
1TSCplx operator+(const TSCplx &a, const TSCplx &b);Add operator for TSCplx types.
2TSCplx operator+(const TSCplx &a, float b);Add operator for mixed TSCplx and real types.
3TSCplx operator+(float a, const TSCplx &b);Add operator for mixed TSCplx and real types.

Overload 1: TSCplx operator+(const TSCplx &a, const TSCplx &b);

Add operator for TSCplx types.

#NameTypeDescription
1aconst TSCplx &
2bconst TSCplx &
Declared in Dew::Math · Dew.Math/Math387.h · Cross-compiler

Overload 2: TSCplx operator+(const TSCplx &a, float b);

Add operator for mixed TSCplx and real types.

#NameTypeDescription
1aconst TSCplx &
2bfloat
Declared in Dew::Math · Dew.Math/Math387.h · Cross-compiler

Overload 3: TSCplx operator+(float a, const TSCplx &b);

Add operator for mixed TSCplx and real types.

#NameTypeDescription
1afloat
2bconst TSCplx &
Declared in Dew::Math · Dew.Math/Math387.h · Cross-compiler