Indicates whether the matrix is square.

Namespace:  Bespoke.Common.LinearAlgebra
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public bool IsSquare { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsSquare As Boolean
Visual C++
public:
property bool IsSquare {
	bool get ();
}

See Also