TOpenCLValue::ThreshTop Method

Overload List

#SignatureDescription
1TOpenCLBase *ThreshTop(TOpenCLBase *Vec, const double Value, int VecIndex, int Index, int Len);
2TOpenCLValue *ThreshTop(TOpenCLValue *Src, double Value);Threshold top operation.

Overload 1: TOpenCLBase *ThreshTop(TOpenCLBase *Vec, const double Value, int VecIndex, int Index, int Len);

#NameTypeDescription
1VecTOpenCLBase *
2Valueconst double
3VecIndexint
4Indexint
5Lenint
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler

Overload 2: TOpenCLValue *ThreshTop(TOpenCLValue *Src, double Value);

Threshold top operation.

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