Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TOpenCLValue DivideBy(TCplx Value, TOpenCLValue Vec) | Divide complex Value with Vec and store the result in the calling object. |
| 2 | TOpenCLValue DivideBy(Double Value, TOpenCLValue Vec) | Divide Value with Vec and store the result in the calling object. |
Overload 1: TOpenCLValue DivideBy(TCplx Value, TOpenCLValue Vec)
Divide complex Value with Vec and store the result in the calling object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | TCplx | scalar |
| 2 | Vec | TOpenCLValue | source TOpenCLValue |
Returns: TOpenCLValue
Remarks:
Size of the calling object is set automatically.
Overload 2: TOpenCLValue DivideBy(Double Value, TOpenCLValue Vec)
Divide Value with Vec and store the result in the calling object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | Double | scalar |
| 2 | Vec | TOpenCLValue | source TOpenCLValue |
Returns: TOpenCLValue