Click or drag to resize

MatrixMathMatrixWithOneColumnTColumnCount Property

Number of columns of the matrix, always 1 (one) since it is a vertical vector.

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

Implements

IROMatrixTColumnCount
See Also