Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TOpenCLBase *ThreshBottom(TOpenCLBase *Vec, const double Value, int VecIndex, int Index, int Len); | |
| 2 | TOpenCLValue *ThreshBottom(TOpenCLValue *Src, double Value); | Threshold bottom operation. |
Overload 1: TOpenCLBase *ThreshBottom(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 *ThreshBottom(TOpenCLValue *Src, double Value);
Threshold bottom operation.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLValue * | |
| 2 | Value | double |
Remarks:
Perform threshold operation on Src. The Value parameter is a lower bound for the threshold operation. Src value smaller than Value will be replaced with Value.
See Also: TOpenCLValue::ThreshTop
Declared in Dew::Math::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler