Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Size(const Src: TOpenCLBase; AComplex: Boolean): TOpenCLBase; | Obtains the precision (single or double) from Src and sets Complex property to aComplex. |
| 2 | procedure Size(aPrecision: TclFloatPrecision; AComplex: Boolean); | Specify the precision (single or double) and if the value is to be complex or real. |
Overload 1: function Size(const Src: TOpenCLBase; AComplex: Boolean): TOpenCLBase;
Obtains the precision (single or double) from Src and sets Complex property to aComplex.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLBase | |
| 2 | AComplex | Boolean |
Returns: TOpenCLBase
Overload 2: procedure Size(aPrecision: TclFloatPrecision; AComplex: Boolean);
Specify the precision (single or double) and if the value is to be complex or real.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aPrecision | TclFloatPrecision | |
| 2 | AComplex | Boolean |
Result: stored in self (calling object)