clValue.op_Division Operator

Overload List

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

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

Divide Left with Right.

#NameTypeDescription
1LeftTCplxscalar
2RightclValue

Returns: clValue

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

Divide Left with Right.

#NameTypeDescription
1LeftTOpenCLValuesource TOpenCLValue
2RightclValue

Returns: clValue

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

Divide Left with Right.

#NameTypeDescription
1LeftclValue
2RightTCplxscalar

Returns: clValue

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

Divide Left with Right.

#NameTypeDescription
1LeftclValue
2RightTOpenCLValuesource TOpenCLValue

Returns: clValue

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

Divide Left with Right.

#NameTypeDescription
1LeftclValue
2RightclValue

Returns: clValue

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

Divide Left with Right.

#NameTypeDescription
1LeftclValue
2RightDoublescalar

Returns: clValue

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

Divide Left with Right.

#NameTypeDescription
1LeftDoublescalar
2RightclValue

Returns: clValue