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