The number of matrix columns.
[Visual Basic] Public Property ReadOnly Cols As Integer [C#] public int Cols { get; } [C++] public: __property int get_Cols(); [JScript] public function get Cols() : int
The number of columns in the matrix.
Matrix Class | Lydos.Matlab Namespace