Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clValue operator-(const clValue &Left, TOpenCLValue *Right); | Subtract Right from Left. |
| 2 | clValue operator-(TOpenCLValue *Left, const clValue &Right); | Subtract Right from Left. |
Overload 1: clValue operator-(const clValue &Left, TOpenCLValue *Right);
Subtract Right from Left.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | const clValue & | |
| 2 | Right | TOpenCLValue * |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 2: clValue operator-(TOpenCLValue *Left, const clValue &Right);
Subtract Right from Left.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | TOpenCLValue * | |
| 2 | Right | const clValue & |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler