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
True if the matrix is a scalar value (a 1x1 matrix), otherwise false.