Indicates whether this instance represents a square matrix.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property IsSquare As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Matrix
Dim value As Boolean
value = instance.IsSquare |
| C# | |
|---|
public bool IsSquare {get;} |
| C++/CLI | |
|---|
public:
property bool IsSquare {
bool get();
} |
Property Value
true if matrix is square; otherwise
false.
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7
See Also