Lydos.Matlab

Matrix.IsColVector Property

Checks whether the matrix is a column vector.

[Visual Basic]
Public Property ReadOnly IsColVector As Boolean
[C#]
public bool IsColVector { get; }
[C++]
public: __property bool get_IsColVector();
[JScript]
public function get IsColVector() : bool

Property Value

True if the matrix is a column vector (Nx1), otherwise false.

See Also

Matrix Class | Lydos.Matlab Namespace