Gets the number of columns in the original matrix.

Namespace: Meta.Numerics.Matrices
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public int ColumnCount { get; }
Public ReadOnly Property ColumnCount As Integer
	Get
public:
property int ColumnCount {
	int get ();
}
member ColumnCount : int with get

See Also