Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Matrix ThreshBottom(TMtx X, Double Value) | Limit the smallest value in the source data. |
| 2 | Vector ThreshBottom(TVec X, Double Value) | Limit the smallest value in the source data. |
Overload 1: Matrix ThreshBottom(TMtx X, Double Value)
Limit the smallest value in the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx | source TMtx |
| 2 | Value | Double | scalar |
Returns: Matrix
Remarks:
Internally calls Dew.Math.Matrix.ThreshBottom
Overload 2: Vector ThreshBottom(TVec X, Double Value)
Limit the smallest value in the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec | source TVec |
| 2 | Value | Double | scalar |
Returns: Vector
Remarks:
Internally calls Dew.Math.Vector.ThreshBottom