Linear Operator<T>.Column Count Property
Gets the number of columns in the matrix.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The number of columns.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public int ColumnCount { get; }
Property Value
Int32The number of columns.