MtxExpr::ThreshBottom Function

Overload List

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

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

Limit the smallest value in the source data.

#NameTypeDescription
1XTVec *
2Valuedouble
Remarks:

Internally calls Vector::ThreshBottom

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

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

Limit the smallest value in the source data.

#NameTypeDescription
1XTMtx *
2Valuedouble
Remarks:

Internally calls Matrix::ThreshBottom

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