Click or drag to resize

RODoubleMatrixInArray1DColumnMajorRepresentationColumnCount Property

Gets the number of columns in the matrix.

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

Property Value

Int32

Implements

IROMatrixTColumnCount
See Also