Lydos.Matlab

Matrix.IsVector Property

Checks whether the matrix is a vector.

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

Property Value

True if the matrix is a vector (1xN or Nx1), otherwise false.

See Also

Matrix Class | Lydos.Matlab Namespace