Lydos.Matlab

Matrix.IsRowVector Property

Checks whether the matrix is a row vector.

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

Property Value

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

See Also

Matrix Class | Lydos.Matlab Namespace