| DoubleComplexMatrixResize Method |
Changes the dimensions of this matrix to those specified, adding
zeros or truncating as necessary.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public DoubleComplexMatrix Resize(
int rows,
int cols
)
Public Function Resize (
rows As Integer,
cols As Integer
) As DoubleComplexMatrix
public:
DoubleComplexMatrix^ Resize(
int rows,
int cols
)
member Resize :
rows : int *
cols : int -> DoubleComplexMatrix
Parameters
- rows Int32
- The number of rows.
- cols Int32
- The number of columns.
Return Value
DoubleComplexMatrixThis matrix.
See Also