Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TOpenCLValue Add(TOpenCLValue Vec, TCplx Value) | Add values in Src1 and Src2. |
| 2 | TOpenCLValue Add(TOpenCLValue Src1, TOpenCLValue Src2) | Add values in Src1 and Src2. |
| 3 | TOpenCLValue Add(TOpenCLValue Vec, Double Value) | Add values in Src1 and Src2. |
Overload 1: TOpenCLValue Add(TOpenCLValue Vec, TCplx Value)
Add values in Src1 and Src2.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TOpenCLValue | source TOpenCLValue |
| 2 | Value | TCplx | scalar |
Returns: TOpenCLValue
Remarks:
The result is stored in the calling object. Dew.Math.clValue.FloatPrecision and Dew.Math.clValue.Complex properties of the calling object are set implicitly to match Vec and Value.
Overload 2: TOpenCLValue Add(TOpenCLValue Src1, TOpenCLValue Src2)
Add values in Src1 and Src2.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src1 | TOpenCLValue | source TOpenCLValue |
| 2 | Src2 | TOpenCLValue | source TOpenCLValue |
Returns: TOpenCLValue
Remarks:
The result is stored in the calling object. Dew.Math.clValue.FloatPrecision and Dew.Math.clValue.Complex properties of the calling object are set implicitly to match Src1 and Src2.
Overload 3: TOpenCLValue Add(TOpenCLValue Vec, Double Value)
Add values in Src1 and Src2.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TOpenCLValue | source TOpenCLValue |
| 2 | Value | Double | scalar |
Returns: TOpenCLValue
Remarks:
The result is stored in the calling object. Dew.Math.clValue.FloatPrecision and Dew.Math.clValue.Complex properties of the calling object are set implicitly to match Vec and Value.