Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Sign(const X: TMtx): Matrix; | Change the sign of the source data. |
| 2 | function Sign(const X: TVec): Vector; | Change the sign of the source data. |
Overload 1: function Sign(const X: TMtx): Matrix;
Change the sign of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx |
Returns: Matrix
Remarks:
Internally calls Matrix.Sign
Overload 2: function Sign(const X: TVec): Vector;
Change the sign of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec |
Returns: Vector
Remarks:
Internally calls Vector.Sign