Overload List
| # | Signature | Description |
|---|---|---|
| 1 | procedure Size(const Src: TOpenCLBase); | Sets the calling object to match the size of the Src object. |
| 2 | function Size(const Src: TOpenCLBase; AComplex: Boolean): TOpenCLBase; | Sets the calling object to match the size of the Src object, and changes Complex to aComplex if needed. |
Overload 1: procedure Size(const Src: TOpenCLBase);
Sets the calling object to match the size of the Src object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLBase |
Result: stored in self (calling object)
Overload 2: function Size(const Src: TOpenCLBase; AComplex: Boolean): TOpenCLBase;
Sets the calling object to match the size of the Src object, and changes Complex to aComplex if needed.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLBase | |
| 2 | AComplex | Boolean |
Returns: TOpenCLBase