ClMtxExpr::ThreshTop Function

Overload List

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

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

Limit the largest value in the source data.

#NameTypeDescription
1XTOpenCLVector *
2Valuedouble
Remarks:

Internally calls clVector::ThreshTop

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

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

Limit the largest value in the source data.

#NameTypeDescription
1XTOpenCLMatrix *
2Valuedouble
Remarks:

Internally calls clMatrix::ThreshTop

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

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

Limit the largest value in the source data.

#NameTypeDescription
1XTOpenCLValue *
2Valuedouble
Remarks:

Internally calls clValue::ThreshTop

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