Gets the number of columns in the matrix.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public override sealed int ColumnCount { get; }
|
| Visual Basic (Declaration) |
Public Overrides NotOverridable ReadOnly Property ColumnCount As Integer
Get
|
| Visual C++ |
public:
virtual property int ColumnCount {
int get () override sealed;
}
|
| F# |
abstract ColumnCount : int
override ColumnCount : int
|
Field Value
The number of columns.
See Also