Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void Size(TOpenCLBase Src) | Sets the calling object to match the size of the Src object. |
| 2 | TOpenCLBase Size(TOpenCLBase Src, Boolean AComplex) | Sets the calling object to match the size of the Src object, and changes Complex to aComplex if needed. |
Overload 1: void Size(TOpenCLBase Src)
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: TOpenCLBase Size(TOpenCLBase Src, Boolean AComplex)
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