Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector ThreshBottom(TVec *X, double Value); | Limit the smallest value in the source data. |
| 2 | Matrix 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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec * | |
| 2 | Value | double |
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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx * | |
| 2 | Value | double |
Remarks:
Internally calls Matrix::ThreshBottom
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler