MatrixStorageTClear(Int32, Int32, Int32, Int32) Method |
Sets a submatrix to zero.
Namespace: Altaxo.Calc.LinearAlgebra.StorageAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Clear(
int rowIndex,
int rowCount,
int columnIndex,
int columnCount
)
Parameters
- rowIndex Int32
- The starting row index.
- rowCount Int32
- The number of rows to clear.
- columnIndex Int32
- The starting column index.
- columnCount Int32
- The number of columns to clear.
See Also