Click or drag to resize

MatrixStorageTClear(Int32, Int32, Int32, Int32) Method

Sets a submatrix to zero.

Namespace: Altaxo.Calc.LinearAlgebra.Storage
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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