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
True if the matrix is a vector (1xN or Nx1), otherwise false.