Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TOpenCLBase *ThreshTop(TOpenCLBase *Vec, const double Value, int VecIndex, int Index, int Len); | |
| 2 | TOpenCLValue *ThreshTop(TOpenCLValue *Src, double Value); | Threshold top operation. |
Overload 1: TOpenCLBase *ThreshTop(TOpenCLBase *Vec, const double Value, int VecIndex, int Index, int Len);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TOpenCLBase * | |
| 2 | Value | const double | |
| 3 | VecIndex | int | |
| 4 | Index | int | |
| 5 | Len | int |
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler
Overload 2: TOpenCLValue *ThreshTop(TOpenCLValue *Src, double Value);
Threshold top operation.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLValue * | |
| 2 | Value | double |
Remarks:
Perform threshold operation Src. The Value parameter is an upper bound for threshold operation. Src value bigger than Value will be replaced with Value.
See Also: TOpenCLValue::ThreshTop
Declared in Dew::Math::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler