Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TOpenCLBase *Size(TOpenCLBase *Src, bool AComplex) const; | Obtains the precision (single or double) from Src and sets Complex property to aComplex. |
| 2 | void Size(TclFloatPrecision aPrecision, bool AComplex) const; | Specify the precision (single or double) and if the value is to be complex or real. |
Overload 1: TOpenCLBase *Size(TOpenCLBase *Src, bool AComplex) const;
Obtains the precision (single or double) from Src and sets Complex property to aComplex.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLBase * | |
| 2 | AComplex | bool |
Declared in Dew::Math::clValue · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 2: void Size(TclFloatPrecision aPrecision, bool AComplex) const;
Specify the precision (single or double) and if the value is to be complex or real.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aPrecision | TclFloatPrecision | |
| 2 | AComplex | bool |
Declared in Dew::Math::clValue · Dew.Math/clMtxExpr.h · Cross-compiler