TOpenCLValue.DivideBy Method

Overload List

#SignatureDescription
1TOpenCLValue DivideBy(TCplx Value, TOpenCLValue Vec)Divide Value with Vec.
2TOpenCLValue DivideBy(Double Value, TOpenCLValue Vec)Divide Value with Vec.

Overload 1: TOpenCLValue DivideBy(TCplx Value, TOpenCLValue Vec)

Divide Value with Vec.

#NameTypeDescription
1ValueTCplxscalar
2VecTOpenCLValuesource TOpenCLValue

Returns: TOpenCLValue

Remarks:

Size of the calling object is set automatically. Dew.Math.TOpenCLBase.Complex property of the calling object is set to True.

Overload 2: TOpenCLValue DivideBy(Double Value, TOpenCLValue Vec)

Divide Value with Vec.

#NameTypeDescription
1ValueDoublescalar
2VecTOpenCLValuesource TOpenCLValue

Returns: TOpenCLValue

Remarks:

FloatPrecision and Dew.Math.TOpenCLBase.Complex properties of the calling object are set automatically.