MatrixTClearSubMatrix Method |
Sets all values of a sub-matrix to zero.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void ClearSubMatrix(
int rowIndex,
int rowCount,
int columnIndex,
int columnCount
)
Parameters
- rowIndex Int32
- The zero-based starting row index.
- rowCount Int32
- The number of rows to clear.
- columnIndex Int32
- The zero-based starting column index.
- columnCount Int32
- The number of columns to clear.
See Also