Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clValue operator-(const TCplx &Left, const clValue &Right); | Subtract Right from Left. |
| 2 | clValue operator-(const clValue &Left, const TCplx &Right); | Subtract Right from Left. |
| 3 | clValue operator-(double Left, const clValue &Right); | Subtract Right from Left. |
| 4 | clValue operator-(const clValue &Left, double Right); | Subtract Right from Left. |
| 5 | clValue operator-(const clValue &Left, TOpenCLValue *Right); | Subtract Right from Left. |
| 6 | clValue operator-(TOpenCLValue *Left, const clValue &Right); | Subtract Right from Left. |
| 7 | clValue operator-(const clValue &Left, const clValue &Right); | Subtract Right from Left. |
| 8 | clValue operator-(const clValue &AValue); | Negates value inside AValue. |
Overload 1: clValue operator-(const TCplx &Left, const clValue &Right);
Subtract Right from Left.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 2: clValue operator-(const clValue &Left, const TCplx &Right);
Subtract Right from Left.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 3: clValue operator-(double Left, const clValue &Right);
Subtract Right from Left.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | double | |
| 2 | Right | const clValue & |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 4: clValue operator-(const clValue &Left, double Right);
Subtract Right from Left.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | const clValue & | |
| 2 | Right | double |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 5: 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 6: 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
Overload 7: clValue operator-(const clValue &Left, const clValue &Right);
Subtract Right from Left.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 8: clValue operator-(const clValue &AValue);
Negates value inside AValue.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AValue | const clValue & |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler