MtxExpr::ThreshTop Function

Overload List

#SignatureDescription
1Vector ThreshTop(TVec *X, double Value);Limit the largest value in the source data.
2Matrix ThreshTop(TMtx *X, double Value);Limit the largest value in the source data.

Overload 1: Vector ThreshTop(TVec *X, double Value);

Limit the largest value in the source data.

#NameTypeDescription
1XTVec *
2Valuedouble
Remarks:

Internally calls Vector::ThreshTop

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

Overload 2: Matrix ThreshTop(TMtx *X, double Value);

Limit the largest value in the source data.

#NameTypeDescription
1XTMtx *
2Valuedouble
Remarks:

Internally calls Matrix::ThreshTop

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