.NET Matrix Library
IsSymmetric() Method
See Also  Send Feedback



Returns a value indicating whether this matrix is symmetric.

Syntax

Visual Basic (Declaration) 
Public Overloads Function IsSymmetric() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Matrix
Dim value As Boolean
 
value = instance.IsSymmetric()
C# 
public bool IsSymmetric()
C++/CLI 
public:
bool IsSymmetric(); 

Return Value

true if current matrix is found to be symmetric; otherwise false.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

.NET Matrix Library