| Name | Description |
|---|
| operator!= (7) | Not equal operator for TCplx types. |
| operator* (13) | Multiply operator for TCplx types. |
| operator+ (13) | Add operator for TCplx types. |
| operator- (14) | Subtract operator for TCplx types. |
| operator/ (13) | Divide operator for TCplx types. |
| operator< (7) | Less than operator for TCplx types. |
| operator<= (7) | Less than or equal operator for TCplx types. |
| operator== (7) | Equal operator for TCplx types. |
| operator> (7) | Greater than operator for TCplx types. |
| operator>= (7) | Greater than or equal operator for TCplx types. |