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