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