Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TOpenCLBase Size(TOpenCLBase Src, Boolean AComplex) | Obtains the precision (single or double) from Src and sets Complex property to aComplex. |
| 2 | void Size(TclFloatPrecision aPrecision, Boolean AComplex) | Specify the precision (single or double) and if the value is to be complex or real. |
Overload 1: TOpenCLBase Size(TOpenCLBase Src, Boolean AComplex)
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: void Size(TclFloatPrecision aPrecision, Boolean AComplex)
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)