.NET Matrix Library
IsSquare Property
See Also  Send comments on this topic


Indicates whether this instance represents a square matrix.

Syntax

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

Property Value

true if matrix is square; otherwise false.

Requirements

Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000

See Also

.NET Matrix Library Documentation