Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Boolean op_Inequality(TSCplx Left, TSCplx Right) | Not equal operator for TSCplx types. |
| 2 | Boolean op_Inequality(TSCplx Left, Single Right) | Not equal operator for mixed TSCplx and real types. |
| 3 | Boolean op_Inequality(Single Left, TSCplx Right) | Not equal operator for mixed TSCplx and real types. |
Overload 1: Boolean op_Inequality(TSCplx Left, TSCplx Right)
Not equal operator for TSCplx types.
Returns: Boolean
Overload 2: Boolean op_Inequality(TSCplx Left, Single Right)
Not equal operator for mixed TSCplx and real types.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | TSCplx | scalar |
| 2 | Right | Single | scalar |
Returns: Boolean
Overload 3: Boolean op_Inequality(Single Left, TSCplx Right)
Not equal operator for mixed TSCplx and real types.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | Single | scalar |
| 2 | Right | TSCplx | scalar |
Returns: Boolean