Gets the number of columns in the matrix.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public override sealed int ColumnCount { get; }
Public Overrides NotOverridable ReadOnly Property ColumnCount As Integer
Get
public:
virtual property int ColumnCount {
int get () override sealed;
}
abstract ColumnCount : int with get
override ColumnCount : int with get
Property Value
Type:
Int32The number of columns.
Numerical Libraries
Supported in: 5.x, 4.x
Reference