Click or drag to resize

MatrixWrapperStructForTopSpineJaggedArrayTColumnCount Property

Gets the number of columns of the matrix.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int ColumnCount {
	get;
 }

Property Value

Int32
Number of columns of the matrix.

Implements

IROMatrixTColumnCount
See Also