TSCplx::operator- Operator

Overload List

#SignatureDescription
1TSCplx operator-(const TSCplx &a, const TSCplx &b);Subtract operator for TSCplx types.
2TSCplx operator-(const TSCplx &a, float b);Subtract operator for mixed TSCplx and real types.
3TSCplx operator-(float a, const TSCplx &b);Subtract operator for mixed TSCplx and real types.
4TSCplx operator-(const TSCplx &a);Unary negate operator for TSCplx types.

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

Subtract 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);

Subtract 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);

Subtract operator for mixed TSCplx and real types.

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

Overload 4: TSCplx operator-(const TSCplx &a);

Unary negate operator for TSCplx types.

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