Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function DivideBy(Value: TCplx; Vec: TOpenCLValue): TOpenCLValue; | Divide Value with Vec. |
| 2 | function DivideBy(Value: Double; Vec: TOpenCLValue): TOpenCLValue; | Divide Value with Vec. |
Overload 1: function DivideBy(Value: TCplx; Vec: TOpenCLValue): TOpenCLValue;
Divide Value with Vec.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | TCplx | scalar |
| 2 | Vec | TOpenCLValue | source 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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | Double | scalar |
| 2 | Vec | TOpenCLValue | source TOpenCLValue |
Returns: TOpenCLValue
Remarks:
FloatPrecision and TOpenCLBase.Complex properties of the calling object are set automatically.