clValue::ThreshTop Method

TOpenCLValue *ThreshTop(TOpenCLValue *Src, double Value) const;

Threshold top operation.

#NameTypeDescription
1SrcTOpenCLValue *
2Valuedouble
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