function Resize(const Src: TMtx; NewRows: Integer; NewCols: Integer): Matrix;
Returns the resized matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtx | |
| 2 | NewRows | Integer | |
| 3 | NewCols | Integer |
Returns: Matrix
Remarks:
Internally calls Matrix.Resize
Returns the resized matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtx | |
| 2 | NewRows | Integer | |
| 3 | NewCols | Integer |
Returns: Matrix
Internally calls Matrix.Resize