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