clValue::operator* Operator

Overload List

#SignatureDescription
1clValue operator*(const clValue &Left, const TCplx &Right);Multiply Left with Right.
2clValue operator*(const TCplx &Left, const clValue &Right);Multiply Right with Left.
3clValue operator*(const clValue &Left, double Right);Multiply Left with Right.
4clValue operator*(double Left, const clValue &Right);Multiply Right with Left.
5clValue operator*(const clValue &Left, TOpenCLValue *Right);Multiply Left with Right.
6clValue operator*(TOpenCLValue *Left, const clValue &Right);Multiply Left with Right.
7clValue operator*(const clValue &Left, const clValue &Right);Multiply Left with Right

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

Multiply Left with Right.

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

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

Multiply Right with Left.

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

Overload 3: clValue operator*(const clValue &Left, double Right);

Multiply Left with Right.

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

Overload 4: clValue operator*(double Left, const clValue &Right);

Multiply Right with Left.

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

Overload 5: 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 6: 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

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

Multiply Left with Right

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