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