ClMtxExpr::ThreshBottom Function

Overload List

#SignatureDescription
1clVector ThreshBottom(TOpenCLVector *X, double Value);Limit the smallest value in the source data.
2clMatrix ThreshBottom(TOpenCLMatrix *X, double Value);Limit the smallest value in the source data.
3clValue ThreshBottom(TOpenCLValue *X, double Value);Limit the smallest value in the source data.

Overload 1: clVector ThreshBottom(TOpenCLVector *X, double Value);

Limit the smallest value in the source data.

#NameTypeDescription
1XTOpenCLVector *
2Valuedouble
Remarks:

Internally calls clVector::ThreshBottom

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler

Overload 2: clMatrix ThreshBottom(TOpenCLMatrix *X, double Value);

Limit the smallest value in the source data.

#NameTypeDescription
1XTOpenCLMatrix *
2Valuedouble
Remarks:

Internally calls clMatrix::ThreshBottom

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler

Overload 3: clValue ThreshBottom(TOpenCLValue *X, double Value);

Limit the smallest value in the source data.

#NameTypeDescription
1XTOpenCLValue *
2Valuedouble
Remarks:

Internally calls clValue::ThreshBottom

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler