Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clValue op_Subtraction(TCplx Left, clValue Right) | Subtract Right from Left. |
| 2 | clValue op_Subtraction(TOpenCLValue Left, clValue Right) | Subtract Right from Left. |
| 3 | clValue op_Subtraction(clValue Left, TCplx Right) | Subtract Right from Left. |
| 4 | clValue op_Subtraction(clValue Left, TOpenCLValue Right) | Subtract Right from Left. |
| 5 | clValue op_Subtraction(clValue Left, clValue Right) | Subtract Right from Left. |
| 6 | clValue op_Subtraction(clValue Left, Double Right) | Subtract Right from Left. |
| 7 | clValue op_Subtraction(Double Left, clValue Right) | Subtract Right from Left. |
Overload 1: clValue op_Subtraction(TCplx Left, clValue Right)
Overload 2: clValue op_Subtraction(TOpenCLValue Left, clValue Right)
Subtract Right from Left.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | TOpenCLValue | source TOpenCLValue |
| 2 | Right | clValue |
Returns: clValue
Overload 3: clValue op_Subtraction(clValue Left, TCplx Right)
Overload 4: clValue op_Subtraction(clValue Left, TOpenCLValue Right)
Subtract Right from Left.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | clValue | |
| 2 | Right | TOpenCLValue | source TOpenCLValue |
Returns: clValue