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