Gets the number of columns in the matrix.
Namespace:
Extreme.Mathematics.LinearAlgebra
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public int ColumnCount { get; }
Public ReadOnly Property ColumnCount As Integer
Get
public:
virtual property int ColumnCount {
int get () sealed;
}
abstract ColumnCount : int with get
override ColumnCount : int with get
Property Value
Type:
Int32The number of columns.
Reference