TOpenCLValue.DivideBy Method

Overload List

#SignatureDescription
1function DivideBy(Value: TCplx; Vec: TOpenCLValue): TOpenCLValue;Divide Value with Vec.
2function DivideBy(Value: Double; Vec: TOpenCLValue): TOpenCLValue;Divide Value with Vec.

Overload 1: function DivideBy(Value: TCplx; Vec: TOpenCLValue): TOpenCLValue;

Divide Value with Vec.

#NameTypeDescription
1ValueTCplxscalar
2VecTOpenCLValuesource TOpenCLValue

Returns: TOpenCLValue

Remarks:

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

Overload 2: function DivideBy(Value: Double; Vec: TOpenCLValue): TOpenCLValue;

Divide Value with Vec.

#NameTypeDescription
1ValueDoublescalar
2VecTOpenCLValuesource TOpenCLValue

Returns: TOpenCLValue

Remarks:

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