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