clValue.op_Multiply Operator

Overload List

#SignatureDescription
1clValue op_Multiply(TCplx Left, clValue Right)Multiply Right with Left.
2clValue op_Multiply(TOpenCLValue Left, clValue Right)Multiply Left with Right.
3clValue op_Multiply(clValue Left, TCplx Right)Multiply Left with Right.
4clValue op_Multiply(clValue Left, TOpenCLValue Right)Multiply Left with Right.
5clValue op_Multiply(clValue Left, clValue Right)Multiply Left with Right
6clValue op_Multiply(clValue Left, Double Right)Multiply Left with Right.
7clValue op_Multiply(Double Left, clValue Right)Multiply Right with Left.

Overload 1: clValue op_Multiply(TCplx Left, clValue Right)

Multiply Right with Left.

#NameTypeDescription
1LeftTCplxscalar
2RightclValue

Returns: clValue

Overload 2: clValue op_Multiply(TOpenCLValue Left, clValue Right)

Multiply Left with Right.

#NameTypeDescription
1LeftTOpenCLValuesource TOpenCLValue
2RightclValue

Returns: clValue

Overload 3: clValue op_Multiply(clValue Left, TCplx Right)

Multiply Left with Right.

#NameTypeDescription
1LeftclValue
2RightTCplxscalar

Returns: clValue

Overload 4: clValue op_Multiply(clValue Left, TOpenCLValue Right)

Multiply Left with Right.

#NameTypeDescription
1LeftclValue
2RightTOpenCLValuesource TOpenCLValue

Returns: clValue

Overload 5: clValue op_Multiply(clValue Left, clValue Right)

Multiply Left with Right

#NameTypeDescription
1LeftclValue
2RightclValue

Returns: clValue

Overload 6: clValue op_Multiply(clValue Left, Double Right)

Multiply Left with Right.

#NameTypeDescription
1LeftclValue
2RightDoublescalar

Returns: clValue

Overload 7: clValue op_Multiply(Double Left, clValue Right)

Multiply Right with Left.

#NameTypeDescription
1LeftDoublescalar
2RightclValue

Returns: clValue