TOpenCLValue::operator* Operator

Overload List

#SignatureDescription
1clValue operator*(const clValue &Left, TOpenCLValue *Right);Multiply Left with Right.
2clValue operator*(TOpenCLValue *Left, const clValue &Right);Multiply Left with Right.

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

Multiply Left with Right.

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

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

Multiply Left with Right.

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