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