Overload List
Overload 1: TOpenCLBase *ThresholdGT_LT(TOpenCLBase *Vec, const double GTLevel, const double GTValue, const double LTLevel, const double LTValue, int VecIndex, int Index, int Len);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TOpenCLBase * | |
| 2 | GTLevel | const double | |
| 3 | GTValue | const double | |
| 4 | LTLevel | const double | |
| 5 | LTValue | const double | |
| 6 | VecIndex | int | |
| 7 | Index | int | |
| 8 | Len | int |
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler
Overload 2: TOpenCLValue *ThresholdGT_LT(TOpenCLValue *Vec, double GTLevel, double GTValue, double LTLevel, double LTValue);
Threshold greater than and less than operation.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TOpenCLValue * | |
| 2 | GTLevel | double | |
| 3 | GTValue | double | |
| 4 | LTLevel | double | |
| 5 | LTValue | double |
Remarks:
Perform threshold operation on Vec value. The LTValue parameter is an lower bound for threshold operation. The GTValue parameter is an upper bound for threshold operation. Vec value less than LTLevel will be replaced with LTValue. Vec value bigger than GTLevel will be replaced with GTValue. Operation is available only for not complex values.
Declared in Dew::Math::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler