TOpenCLValue *ThreshTop(TOpenCLValue *Src, double Value) const;
Threshold top operation.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLValue * | |
| 2 | Value | double |
Remarks:
Perform threshold operation on Src object value. The Value parameter is an upper bound for threshold operation. All values bigger than Value will be replaced with Value.
See Also: clValue::ThreshTop
Declared in Dew::Math::clValue · Dew.Math/clMtxExpr.h · Cross-compiler