clValue.DivideBy Method

Overload List

#SignatureDescription
1function DivideBy(Value: TCplx; Vec: TOpenCLValue): TOpenCLValue;Divide complex Value with Vec and store the result in the calling object.
2function DivideBy(Value: Double; Vec: TOpenCLValue): TOpenCLValue;Divide Value with Vec and store the result in the calling object.

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

Divide complex Value with Vec and store the result in the calling object.

#NameTypeDescription
1ValueTCplxscalar
2VecTOpenCLValuesource TOpenCLValue

Returns: TOpenCLValue

Remarks:

Size of the calling object is set automatically.

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

Divide Value with Vec and store the result in the calling object.

#NameTypeDescription
1ValueDoublescalar
2VecTOpenCLValuesource TOpenCLValue

Returns: TOpenCLValue