TOpenCLValue::operator- Operator

Overload List

#SignatureDescription
1clValue operator-(const clValue &Left, TOpenCLValue *Right);Subtract Right from Left.
2clValue operator-(TOpenCLValue *Left, const clValue &Right);Subtract Right from Left.

Overload 1: clValue operator-(const clValue &Left, TOpenCLValue *Right);

Subtract Right from Left.

#NameTypeDescription
1Leftconst clValue &
2RightTOpenCLValue *
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler

Overload 2: clValue operator-(TOpenCLValue *Left, const clValue &Right);

Subtract Right from Left.

#NameTypeDescription
1LeftTOpenCLValue *
2Rightconst clValue &
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler