TSCplx::operator>= Operator

Overload List

#SignatureDescription
1bool operator>=(const TSCplx &ALeft, const TSCplx &ARight);Greater than or equal operator for TSCplx types.
2bool operator>=(const TSCplx &ALeft, float ARight);Greater than or equal operator for mixed TSCplx and real types.
3bool operator>=(float ALeft, const TSCplx &ARight);Greater than or equal operator for mixed TSCplx and real types.

Overload 1: bool operator>=(const TSCplx &ALeft, const TSCplx &ARight);

Greater than or equal operator for TSCplx types.

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

Overload 2: bool operator>=(const TSCplx &ALeft, float ARight);

Greater than or equal operator for mixed TSCplx and real types.

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

Overload 3: bool operator>=(float ALeft, const TSCplx &ARight);

Greater than or equal operator for mixed TSCplx and real types.

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