Gets the number of columns in self.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public int Cols { get; }
Visual Basic (Declaration)
Public ReadOnly Property Cols As Integer
Visual C++
public:
virtual property int Cols {
	int get () sealed;
}

Implements

ISparseMatrixStorage<(Of <(T>)>)..::.Cols

See Also