Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function ThreshTop(const X: TMtx; Value: Double): Matrix; | Limit the largest value in the source data. |
| 2 | function ThreshTop(const X: TVec; Value: Double): Vector; | Limit the largest value in the source data. |
Overload 1: function ThreshTop(const X: TMtx; Value: Double): Matrix;
Limit the largest value in the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx | |
| 2 | Value | Double | scalar |
Returns: Matrix
Remarks:
Internally calls Matrix.ThreshTop
Overload 2: function ThreshTop(const X: TVec; Value: Double): Vector;
Limit the largest value in the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec | |
| 2 | Value | Double | scalar |
Returns: Vector
Remarks:
Internally calls Vector.ThreshTop