TSCplx::operator== Operator

Overload List

#SignatureDescription
1bool operator==(const TSCplx &Left, const TSCplx &Right);Equal operator for TSCplx types.
2bool operator==(const TSCplx &Left, float Right);Equal operator for mixed TSCplx and real types.
3bool operator==(float Left, const TSCplx &Right);Equal operator for mixed TSCplx and real types.

Overload 1: bool operator==(const TSCplx &Left, const TSCplx &Right);

Equal operator for TSCplx types.

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

Overload 2: bool operator==(const TSCplx &Left, float Right);

Equal operator for mixed TSCplx and real types.

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

Overload 3: bool operator==(float Left, const TSCplx &Right);

Equal operator for mixed TSCplx and real types.

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