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