clValue.op_Addition Operator

Overload List

#SignatureDescription
1clValue op_Addition(TCplx Left, clValue Right)Add left to aRight and return result.
2clValue op_Addition(TOpenCLValue Left, clValue Right)Add Left and Right.
3clValue op_Addition(clValue Left, TCplx Right)Add Right to Left and return result.
4clValue op_Addition(clValue Left, TOpenCLValue Right)Add Left and Right.
5clValue op_Addition(clValue Left, clValue Right)Add Left and Right.
6clValue op_Addition(clValue Left, Double Right)Add Right to Left and return result.
7clValue op_Addition(Double Left, clValue Right)Add Left to Right and return result.

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

Add left to aRight and return result.

#NameTypeDescription
1LeftTCplxscalar
2RightclValue

Returns: clValue

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

Add Left and Right.

#NameTypeDescription
1LeftTOpenCLValuesource TOpenCLValue
2RightclValue

Returns: clValue

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

Add Right to Left and return result.

#NameTypeDescription
1LeftclValue
2RightTCplxscalar

Returns: clValue

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

Add Left and Right.

#NameTypeDescription
1LeftclValue
2RightTOpenCLValuesource TOpenCLValue

Returns: clValue

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

Add Left and Right.

#NameTypeDescription
1LeftclValue
2RightclValue

Returns: clValue

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

Add Right to Left and return result.

#NameTypeDescription
1LeftclValue
2RightDoublescalar

Returns: clValue

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

Add Left to Right and return result.

#NameTypeDescription
1LeftDoublescalar
2RightclValue

Returns: clValue