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