Lydos.Matlab

Matrix.IsScalar Property

Checks whether the matrix is a scalar.

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

Property Value

True if the matrix is a scalar value (a 1x1 matrix), otherwise false.

See Also

Matrix Class | Lydos.Matlab Namespace