Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TOpenCLBase *RealPart(TOpenCLBase *Vec, int VecIndex, int Index, int Len); | |
| 2 | TOpenCLValue *RealPart(TOpenCLValue *Vec); | Gets real part of the complex value. |
Overload 1: TOpenCLBase *RealPart(TOpenCLBase *Vec, int VecIndex, int Index, int Len);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TOpenCLBase * | |
| 2 | VecIndex | int | |
| 3 | Index | int | |
| 4 | Len | int |
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler
Overload 2: TOpenCLValue *RealPart(TOpenCLValue *Vec);
Gets real part of the complex value.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TOpenCLValue * |
Remarks:
The method gets the real part of the complex value stored in Vec and stores the real results in the calling object. FloatPrecision and TOpenCLBase::Complex properties of the calling object are set implicitly to match Vec object. Vec TOpenCLBase::Complex property must be true otherwise an exception is raised.
See Also: TOpenCLValue::ImagPart
Declared in Dew::Math::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler