Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clValue op_Addition(TCplx Left, clValue Right) | Add left to aRight and return result. |
| 2 | clValue op_Addition(TOpenCLValue Left, clValue Right) | Add Left and Right. |
| 3 | clValue op_Addition(clValue Left, TCplx Right) | Add Right to Left and return result. |
| 4 | clValue op_Addition(clValue Left, TOpenCLValue Right) | Add Left and Right. |
| 5 | clValue op_Addition(clValue Left, clValue Right) | Add Left and Right. |
| 6 | clValue op_Addition(clValue Left, Double Right) | Add Right to Left and return result. |
| 7 | clValue op_Addition(Double Left, clValue Right) | Add Left to Right and return result. |
Overload 1: clValue op_Addition(TCplx Left, clValue Right)
Add left to aRight and return result.
Returns: clValue
Overload 2: clValue op_Addition(TOpenCLValue Left, clValue Right)
Add Left and Right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | TOpenCLValue | source TOpenCLValue |
| 2 | Right | clValue |
Returns: clValue
Overload 3: clValue op_Addition(clValue Left, TCplx Right)
Add Right to Left and return result.
Returns: clValue
Overload 4: clValue op_Addition(clValue Left, TOpenCLValue Right)
Add Left and Right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | clValue | |
| 2 | Right | TOpenCLValue | source TOpenCLValue |
Returns: clValue
Overload 5: clValue op_Addition(clValue Left, clValue Right)
Overload 6: clValue op_Addition(clValue Left, Double Right)
Add Right to Left and return result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | clValue | |
| 2 | Right | Double | scalar |
Returns: clValue
Overload 7: clValue op_Addition(Double Left, clValue Right)
Add Left to Right and return result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | Double | scalar |
| 2 | Right | clValue |
Returns: clValue