Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function SubFrom(Value: TCplx; Vec: TOpenCLValue): TOpenCLValue; | subtract complex Vec elements from Value. |
| 2 | function SubFrom(Value: Double; Vec: TOpenCLValue): TOpenCLValue; | subtract Vec elements from Value. |
Overload 1: function SubFrom(Value: TCplx; Vec: TOpenCLValue): TOpenCLValue;
subtract complex Vec elements from Value.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | TCplx | scalar |
| 2 | Vec | TOpenCLValue | source TOpenCLValue |
Returns: TOpenCLValue
Remarks:
Stores the result in the calling object. FloatPrecision property of the calling object is set automatically. clValue.Complex property of the calling object is set to True.
Overload 2: function SubFrom(Value: Double; Vec: TOpenCLValue): TOpenCLValue;
subtract Vec elements from Value.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | Double | scalar |
| 2 | Vec | TOpenCLValue | source TOpenCLValue |
Returns: TOpenCLValue
Remarks:
Stores the result in the calling object. FloatPrecision and clValue.Complex properties of the calling object are adjusted automatically.