| Name | Description |
|---|
| operator TCplx | Explicit conversion of TSCplx (single) to TCplx (double). |
| operator!= (3) | Not equal operator for TSCplx types. |
| operator* (3) | Multiply operator for TSCplx types. |
| operator+ (3) | Add operator for TSCplx types. |
| operator- (4) | Subtract operator for TSCplx types. |
| operator/ (3) | Divide operator for TSCplx types. |
| operator< (3) | Less than operator for TSCplx types. |
| operator<= (3) | Less than or equal operator for TSCplx types. |
| operator== (3) | Equal operator for TSCplx types. |
| operator> (3) | Greater than operator for TSCplx types. |
| operator>= (3) | Greater than or equal operator for TSCplx types. |