Lydos.Matlab

Matrix.Cols Property

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

Property Value

The number of columns in the matrix.

See Also

Matrix Class | Lydos.Matlab Namespace