ColumnVectorColumnCount Property |
Gets the number of matrix columns.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public override int ColumnCount { get; }
Public Overrides ReadOnly Property ColumnCount As Integer
Get
public:
virtual property int ColumnCount {
int get () override;
}
abstract ColumnCount : int with get
override ColumnCount : int with get
Property Value
Type:
Int32See Also