Click or drag to resize

MatrixTClearColumns Method

Sets all values for all of the chosen columns to zero.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ClearColumns(
	params int[] columnIndices
)

Parameters

columnIndices  Int32
The zero-based column indices to clear.
See Also