Lydos.Matlab

Matrix.IsMatrix Property

Checks whether the matrix is neither a scalar nor vector.

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

Property Value

True if the matrix has more than one row and more than one column, otherwise false.

See Also

Matrix Class | Lydos.Matlab Namespace